packages feed

positive 0.4 → 0.4.1

raw patch · 2 files changed

+6/−4 lines, 2 filesdep ~nats

Dependency ranges changed: nats

Files

positive.cabal view
@@ -1,6 +1,6 @@  name:               positive-version:            0.4+version:            0.4.1 cabal-version:      >= 1.10 author:             Hans Hoglund maintainer:         Hans Hoglund <hans@hanshoglund.se>@@ -21,7 +21,7 @@ library     build-depends:         base            >= 4 && < 5,-        nats            >= 0.2 && < 1,+        nats            >= 1 && < 2,         semigroups      >= 0.15.2 && < 1     hs-source-dirs:     src     default-language:   Haskell2010
src/Numeric/Positive.hs view
@@ -16,12 +16,14 @@     Eq,     Ord,     -- Data,-    Real,+    Real     -- Ix,     -- Typeable,     -- Bits,     -- Hashable,-    Whole+    +    -- Gone since positive==1+    -- Whole     )  instance Show Positive where