Skip to content

Commit

Permalink
re-arrange the way we pick up the ghc-prim dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ekmett committed Jan 16, 2016
1 parent 0c60b06 commit 024c0e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions distributive.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ library
base >= 4 && < 5,
base-orphans >= 0.5 && < 1,
transformers >= 0.2 && < 0.6,
transformers-compat >= 0.3 && < 1,
ghc-prim
transformers-compat >= 0.3 && < 1

hs-source-dirs: src
exposed-modules:
Expand All @@ -51,9 +50,10 @@ library
if flag(tagged)
build-depends: tagged >= 0.7 && < 1

if impl(ghc>=7.4 && < 7.6)
if impl(ghc>=7.2 && < 7.6)
build-depends: ghc-prim


ghc-options: -Wall

-- Verify the results of the examples
Expand Down

0 comments on commit 024c0e4

Please sign in to comment.