Skip to content

Commit

Permalink
Fix too tight dependencies.
Browse files Browse the repository at this point in the history
I've been locally patching my build file for each PR I'm reviewing for weeks. This fixes the issue.
  • Loading branch information
Stephan Brandauer authored Jun 13, 2016
1 parent 4d35688 commit 304a1ff
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 304a1ff

Please sign in to comment.