Skip to content

Commit

Permalink
Merge pull request #484 from parapluu/fix-dependencies
Browse files Browse the repository at this point in the history
Update cabal build constraints to support newer GHC and base libraries
  • Loading branch information
TobiasWrigstad authored Jun 14, 2016
2 parents 13b916f + 304a1ff commit 402a008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mylittlepony.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ executable encorec
, CPP
, ScopedTypeVariables
build-depends: MissingH
, base >=4.7 && <=4.8.1.0
, base >=4.7 && <4.9
, containers >= 0.5.5.1
, directory >=1.2 && <1.3
, hashable
Expand All @@ -40,7 +40,7 @@ executable encorec
, process >=1.2 && <1.3
, template-haskell
, text >=1.1
, ghc == 7.10.2
, ghc >= 7.10
, unix >=2.7 && <2.8
, unordered-containers
hs-source-dirs: src/back src/front src/ir src/opt src/parser src/types
Expand Down

0 comments on commit 402a008

Please sign in to comment.