Skip to content

Commit

Permalink
(fake-deps.cabal) bump bounds for GHC 8.6.1 and trifecta 2
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdageek committed Oct 6, 2018
1 parent f3fec5d commit 31e755a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fake-deps.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1

library
hs-source-dirs: src
build-depends: base >=4.6 && <4.12,
build-depends: base >=4.6 && <4.13,
mtl >=2.1,
trifecta >=1.4 && <1.8,
trifecta < 2 || == 2,
parsers >=0.10 && <0.13,
parsec >=3.1.5
default-language: Haskell2010
Expand Down

0 comments on commit 31e755a

Please sign in to comment.