lens 3.6.0.2 → 3.6.0.3
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~test-frameworkdep ~test-framework-hunitdep ~test-framework-th
Dependency ranges changed: test-framework, test-framework-hunit, test-framework-th
Files
- lens.cabal +4/−4
lens.cabal view
@@ -1,6 +1,6 @@ name: lens category: Data, Lenses-version: 3.6.0.2+version: 3.6.0.3 license: BSD3 cabal-version: >= 1.8 license-file: LICENSE@@ -276,9 +276,9 @@ HUnit == 1.2.*, lens, mtl,- test-framework == 0.6.*,- test-framework-hunit == 0.2.*,- test-framework-th == 0.2.*+ test-framework >= 0.6 && < 0.8,+ test-framework-hunit >= 0.2 && < 0.4,+ test-framework-th >= 0.2 && < 0.4 ghc-options: -w -threaded hs-source-dirs: tests