Skip to content

Commit

Permalink
Merge pull request #76 from msakai/ghc-9.2
Browse files Browse the repository at this point in the history
Fix compilation error on GHC-9.2 (base-4.16.0.0)
  • Loading branch information
msakai committed Dec 20, 2021
2 parents 83f2b81 + c2d3c04 commit a4ac4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ToySolver/Converter/PB.hs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ import Control.Monad
import Control.Monad.Primitive
import Control.Monad.ST
import Data.Array.IArray
import Data.Bits
import Data.Bits hiding (And (..))
import qualified Data.Foldable as F
import Data.IntMap.Strict (IntMap)
import qualified Data.IntMap.Strict as IntMap
Expand Down

0 comments on commit a4ac4f5

Please sign in to comment.