Skip to content

Commit

Permalink
relax cabal versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fimad committed Dec 28, 2014
1 parent 46df4ad commit 49a1504
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions scalpel.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ library
hs-source-dirs: src/
default-language: Haskell2010
build-depends:
base >= 4.6 && <4.7
, bytestring >= 0.10
, download-curl >= 0.1.4
, regex-base >= 0.93
, regex-tdfa >= 1.2
, tagsoup >= 0.8 && < 0.13
, text >= 1.2
base >= 4.6 && < 5
, bytestring
, download-curl
, regex-base
, regex-tdfa
, tagsoup >= 0.8
, text
default-extensions:
OverloadedStrings
, ParallelListComp
Expand All @@ -52,14 +52,14 @@ test-suite lib-tests
main-is: TestMain.hs
hs-source-dirs: src/, tests/
build-depends:
base >= 4.6 && < 4.7
, bytestring >= 0.10
, download-curl >= 0.1.4
, HUnit >= 1.2
, regex-base >= 0.93
, regex-tdfa >= 1.2
, tagsoup >= 0.8 && < 0.13
, text >= 1.2
base >= 4.6 && < 5
, bytestring
, download-curl
, HUnit
, regex-base
, regex-tdfa
, tagsoup >= 0.8
, text
default-extensions:
ParallelListComp
, PatternGuards
Expand Down

0 comments on commit 49a1504

Please sign in to comment.