packages feed

bitwise 0.1.1 → 0.1.1.1

raw patch · 1 files changed

+7/−7 lines, 1 filesdep ~QuickCheckdep ~basedep ~bitwise

Dependency ranges changed: QuickCheck, base, bitwise, criterion

Files

bitwise.cabal view
@@ -1,5 +1,5 @@ Name:                bitwise-Version:             0.1.1+Version:             0.1.1.1 Synopsis:            fast multi-dimensional unboxed bit packed Bool arrays Description:   Unboxed multidimensional bit packed Bool arrays with fast aggregate@@ -72,7 +72,7 @@     Compat    Build-depends:-    base >= 2 && < 4.9+    base >= 2 && < 4.10    if (impl(ghc >= 7.4))     HS-source-dirs: src ghc74@@ -91,16 +91,16 @@   type:    exitcode-stdio-1.0   main-is: extra/testsuite.hs   build-depends:-    bitwise == 0.1.1,-    base >= 2 && < 4.9,+    bitwise == 0.1.1.1,+    base >= 2 && < 4.10,     QuickCheck >= 2.4 && < 2.9  Benchmark bitwise-benchmark   type:   exitcode-stdio-1.0   main-is: extra/benchmark.hs   build-depends:-    bitwise == 0.1.1,-    base >= 2 && < 4.9,+    bitwise == 0.1.1.1,+    base >= 2 && < 4.10,     array,     bytestring,     criterion >= 0.6 && < 1.2@@ -112,4 +112,4 @@ source-repository this   type:     git   location: http://code.mathr.co.uk/bitwise.git-  tag:      v0.1.1+  tag:      v0.1.1.1