Skip to content
This repository was archived by the owner on Feb 3, 2021. It is now read-only.

Commit 8dd7fa4

Browse files
committed
* Get pugs-DrIFT on mtl>=2.
1 parent 851241f commit 8dd7fa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pugs-DrIFT/pugs-DrIFT.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ extra-source-files:
3333
src/Rules/YAML.hs
3434

3535
executable pugs-DrIFT
36-
build-depends: base >= 4 && < 5, old-time, random, bytestring, utf8-string, pretty, containers, mtl < 2.0.0.0, stm, HsSyck
36+
build-depends: base >= 4 && < 5, old-time, random, bytestring, utf8-string, pretty, containers, mtl >= 2.0.0.0, stm, HsSyck
3737
main-is: DrIFT.hs
3838
-- ghc-options: -fparr
3939
hs-source-dirs: src
@@ -44,7 +44,7 @@ executable pugs-DrIFT
4444
IncoherentInstances
4545

4646
library
47-
build-depends: base >= 4 && < 5, old-time, random, bytestring, utf8-string, pretty, containers, mtl < 2.0.0.0, stm, HsSyck
47+
build-depends: base >= 4 && < 5, old-time, random, bytestring, utf8-string, pretty, containers, mtl >= 2.0.0.0, stm, HsSyck
4848
hs-source-dirs: src
4949
-- ghc-options: -fparr
5050
extensions: ParallelListComp, ScopedTypeVariables,

0 commit comments

Comments
 (0)