show 0.4 → 0.4.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~QuickCheck
Dependency ranges changed: QuickCheck
Files
- show.cabal +2/−2
show.cabal view
@@ -1,5 +1,5 @@ name: show-version: 0.4+version: 0.4.1 license: GPL license-file: LICENSE@@ -25,7 +25,7 @@ library exposed-modules: ShowQ, ShowFun, SimpleReflect - build-depends: base<4, random, QuickCheck>=2, smallcheck>=0.4+ build-depends: base<4, random, QuickCheck>=2.4, smallcheck>=0.4 ghc-options: -Wall ghc-prof-options: -prof -auto-all