semigroups 0.13 → 0.13.0.1
raw patch · 1 files changed
+4/−1 lines, 1 filesdep +ghc-primdep ~base
Dependencies added: ghc-prim
Dependency ranges changed: base
Files
- semigroups.cabal +4/−1
semigroups.cabal view
@@ -1,6 +1,6 @@ name: semigroups category: Algebra, Data, Data Structures, Math-version: 0.13+version: 0.13.0.1 license: BSD3 cabal-version: >= 1.10 license-file: LICENSE@@ -31,6 +31,9 @@ if !impl(hugs) other-extensions: DeriveDataTypeable cpp-options: -DLANGUAGE_DeriveDataTypeable++ if impl(ghc >= 7.4 && < 7.5)+ build-depends: ghc-prim if impl(ghc >= 7.4) cpp-options: -DLANGUAGE_DeriveGeneric