From d8db22844a11946a974fee1ef61be1991aeb2a59 Mon Sep 17 00:00:00 2001 From: Nathaniel Wesley Filardo Date: Mon, 4 May 2015 12:45:26 -0400 Subject: [PATCH] Bump trifecta lower bound In an effort to resolve build failures in dependencies. --- dyna.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dyna.cabal b/dyna.cabal index 3b73ba0..9a6ac13 100644 --- a/dyna.cabal +++ b/dyna.cabal @@ -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, -- 2.50.1