]> hydra-www.ietfng.org Git - dyna2/commitdiff
Bump trifecta lower bound
authorNathaniel Wesley Filardo <nwf@cs.jhu.edu>
Mon, 4 May 2015 16:45:26 +0000 (12:45 -0400)
committerNathaniel Wesley Filardo <nwf@cs.jhu.edu>
Mon, 4 May 2015 18:18:43 +0000 (14:18 -0400)
In an effort to resolve build failures in dependencies.

dyna.cabal

index 3b73ba0f4cd6cb53094e95bf74a462ea4dc3c266..9a6ac1355b793dc5f3b7a15cf07783f8aaae957e 100644 (file)
@@ -56,7 +56,7 @@ source-repository head
 --                         tagged >= 0.4.4,
 --                         template-haskell,
 --                         transformers >= 0.3,
---                         trifecta >= 1.1,
+--                         trifecta >= 1.5.1.3,
 --                         unordered-containers>=0.2,
 --                         utf8-string >=0.3,
 --                         wl-pprint-extras >=3.0,
@@ -85,7 +85,7 @@ source-repository head
 --                         semigroups >=0.8,
 --                         tagged >= 0.4.4,
 --                         transformers >= 0.3,
---                         trifecta >= 1.1,
+--                         trifecta >= 1.5.1.3,
 --                         unordered-containers>=0.2,
 --                         utf8-string >=0.3,
 --                         wl-pprint-extras >=3.0
@@ -122,7 +122,7 @@ Executable dyna
                         semigroups >=0.8,
                         tagged >= 0.4.4,
                         transformers >= 0.3,
-                        trifecta >= 1.1,
+                        trifecta >= 1.5.1.3,
                         unordered-containers>=0.2,
                         utf8-string >=0.3,
                         wl-pprint-extras >=3.0,
@@ -170,7 +170,7 @@ Test-suite dyna-selftests
                         test-framework-quickcheck2 >=0.3,
                         test-framework-th >=0.2,
                         transformers >= 0.3,
-                        trifecta >= 1.1,
+                        trifecta >= 1.5.1.3,
                         unordered-containers>=0.2,
                         utf8-string >=0.3,
                         wl-pprint-extras >=3.0,