numeric-extras 0.0.2.2 → 0.0.2.3
raw patch · 2 files changed
+6/−3 lines, 2 filesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
- Numeric.Extras: class (Storable (C a), RealFloat (C a), RealFloat a) => RealExtras a where { type family C a :: *; }
+ Numeric.Extras: class (Storable (C a), RealFloat (C a), RealFloat a) => RealExtras a where type family C a :: *
Files
- .travis.yml +1/−0
- numeric-extras.cabal +5/−3
+ .travis.yml view
@@ -0,0 +1,1 @@+language: haskell
numeric-extras.cabal view
@@ -1,7 +1,8 @@ name: numeric-extras-version: 0.0.2.2+version: 0.0.2.3 synopsis: Useful tools from the C standard library homepage: http://github.com/ekmett/numeric-extras+bug-reports: http://github.com/ekmett/numeric-extras/issues license: BSD3 license-file: LICENSE author: Edward Kmett@@ -9,6 +10,7 @@ category: Math build-type: Simple cabal-version: >=1.6+extra-source-files: .travis.yml source-repository head type: git@@ -20,10 +22,10 @@ FlexibleContexts TypeFamilies - exposed-modules: + exposed-modules: Numeric.Extras - build-depends: + build-depends: base >= 4 && < 5 ghc-options: -Wall -O2