Skip to content

Commit

Permalink
update the dependency on testing-feat
Browse files Browse the repository at this point in the history
  • Loading branch information
achudnov committed Apr 15, 2014
1 parent 417661d commit 8c272b5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions language-ecmascript.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ Library
data-default-class >= 0.0.1 && < 0.1,
QuickCheck >= 2.5 && < 3,
template-haskell >= 2.7 && < 3,
Diff == 0.3.*
Diff == 0.3.*,
testing-feat >= 0.4.0.2 && < 0.5
ghc-options:
-fwarn-incomplete-patterns
Exposed-Modules:
Expand All @@ -65,10 +66,10 @@ Library
Default-Extensions:
DeriveDataTypeable, ScopedTypeVariables, DeriveFunctor, DeriveFoldable, DeriveTraversable, FlexibleContexts
Default-Language: Haskell2010
if impl(ghc <= 7.6)
Build-Depends: testing-feat == 0.3.*
else
Build-Depends: testing-feat == 0.4.*
-- if impl(ghc <= 7.6)
-- Build-Depends: testing-feat == 0.3.*
-- else
-- Build-Depends: testing-feat == 0.4.*

Test-Suite test
Hs-Source-Dirs: test
Expand Down

0 comments on commit 8c272b5

Please sign in to comment.