Skip to content

Commit

Permalink
Merge pull request #23 from msakai/feature/mtl-2.3
Browse files Browse the repository at this point in the history
Support mtl-2.3
  • Loading branch information
msakai committed Sep 22, 2022
2 parents c11bd57 + aab9ba3 commit 7c96fe2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MIP/package.yaml
Expand Up @@ -77,7 +77,7 @@ library:
- filepath
- intern >=0.9.1.2 && <1.0.0.0
- megaparsec >=5 && <10
- mtl >=2.1.2
- mtl >=2.1.2 && <2.4
- OptDir
- process >=1.1.0.2
- scientific
Expand Down
1 change: 1 addition & 0 deletions MIP/src/Numeric/Optimization/MIP/Solution/CBC.hs
Expand Up @@ -24,6 +24,7 @@ import Prelude hiding (readFile, writeFile)
import Control.Applicative
#endif

import Control.Monad (foldM)
import Control.Monad.Except
import Data.Interned (intern)
import Data.Map (Map)
Expand Down
1 change: 1 addition & 0 deletions MIP/src/Numeric/Optimization/MIP/Solution/SCIP.hs
Expand Up @@ -23,6 +23,7 @@ import Prelude hiding (readFile, writeFile)
#if !MIN_VERSION_base(4,8,0)
import Control.Applicative
#endif
import Control.Monad (foldM)
import Control.Monad.Except
import Data.Interned (intern)
import Data.Map (Map)
Expand Down

0 comments on commit 7c96fe2

Please sign in to comment.