packages feed

scientific 0.1.0.0 → 0.1.0.1

raw patch · 1 files changed

+8/−8 lines, 1 filesdep ~basedep ~criteriondep ~tasty

Dependency ranges changed: base, criterion, tasty, text

Files

scientific.cabal view
@@ -1,5 +1,5 @@ name:                scientific-version:             0.1.0.0+version:             0.1.0.1 synopsis:            Arbitrary-precision floating-point numbers represented using scientific notation description:         A @Scientific@ number is an arbitrary-precision floating-point number                      represented using scientific notation.@@ -31,9 +31,9 @@   exposed-modules:     Data.Scientific   other-extensions:    DeriveDataTypeable, BangPatterns   ghc-options:         -Wall-  build-depends:       base     >= 4.3   && < 4.7+  build-depends:       base     >= 4.3   && < 4.8                      , deepseq  >= 1.3   && < 1.4-                     , text     >= 0.8   && < 0.12+                     , text     >= 0.8   && < 1.2                      , hashable >= 1.1.2 && < 1.3   hs-source-dirs:      src   default-language:    Haskell2010@@ -46,11 +46,11 @@   ghc-options:      -Wall    build-depends: scientific-               , base             >= 4.3   && < 4.7-               , tasty            >= 0.3.1 && < 0.4+               , base             >= 4.3   && < 4.8+               , tasty            >= 0.3.1 && < 0.5                , tasty-smallcheck >= 0.2   && < 0.3                , smallcheck       >= 1.0   && < 1.1-               , text             >= 0.8   && < 0.12+               , text             >= 0.8   && < 1.2  benchmark bench-scientific   type:             exitcode-stdio-1.0@@ -59,5 +59,5 @@   default-language: Haskell2010   ghc-options:      -O2   build-depends:    scientific-                  , base       >= 4.3 && < 4.7-                  , criterion  >= 0.5 && < 0.9+                  , base       >= 4.3 && < 4.8+                  , criterion  >= 0.5 && < 0.10