Skip to content

Commit

Permalink
Backported test-framework support
Browse files Browse the repository at this point in the history
  • Loading branch information
ekmett committed Dec 5, 2012
1 parent ba5f8c5 commit e37f587
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lens.cabal
@@ -1,6 +1,6 @@
name: lens name: lens
category: Data, Lenses category: Data, Lenses
version: 3.6.0.2 version: 3.6.0.3
license: BSD3 license: BSD3
cabal-version: >= 1.8 cabal-version: >= 1.8
license-file: LICENSE license-file: LICENSE
Expand Down Expand Up @@ -276,9 +276,9 @@ test-suite hunit
HUnit == 1.2.*, HUnit == 1.2.*,
lens, lens,
mtl, mtl,
test-framework == 0.6.*, test-framework >= 0.6 && < 0.8,
test-framework-hunit == 0.2.*, test-framework-hunit >= 0.2 && < 0.4,
test-framework-th == 0.2.* test-framework-th >= 0.2 && < 0.4
ghc-options: -w -threaded ghc-options: -w -threaded
hs-source-dirs: tests hs-source-dirs: tests


Expand Down

0 comments on commit e37f587

Please sign in to comment.