Skip to content

Commit

Permalink
cabal: add base deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
leepike committed Jan 3, 2015
1 parent 8a0a3f8 commit 5c58e48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions copilot.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ library
-caf-all
-fno-warn-orphans
build-depends:
base >= 4.0
base >= 4.0 && < 5
, copilot-core >= 2.1.2
, copilot-language >= 2.1.2
, copilot-libraries >= 2.1.1
Expand All @@ -54,7 +54,7 @@ executable copilot-regression
ghc-options : -Wall -fwarn-tabs
main-is : Test.hs
build-depends:
base >= 4.0
base >= 4.0 && < 5
, copilot-core >= 2.1.2
, copilot-language >= 2.1.2
, copilot-libraries >= 2.1.1
Expand Down

0 comments on commit 5c58e48

Please sign in to comment.