numeric-extras 0.0.2.3 → 0.0.3
raw patch · 3 files changed
+10/−2 lines, 3 files
Files
- CHANGELOG.markdown +3/−0
- Numeric/Extras.hs +4/−0
- numeric-extras.cabal +3/−2
+ CHANGELOG.markdown view
@@ -0,0 +1,3 @@+0.0.3+-----+* Marked `Numeric.Extras` `Trustworthy`.
Numeric/Extras.hs view
@@ -1,4 +1,8 @@ {-# LANGUAGE ForeignFunctionInterface, FlexibleContexts, TypeFamilies #-}+{-# LANGUAGE CPP #-}+#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ >= 702+{-# LANGUAGE Trustworthy #-}+#endif module Numeric.Extras ( RealExtras(..) ) where
numeric-extras.cabal view
@@ -1,5 +1,5 @@ name: numeric-extras-version: 0.0.2.3+version: 0.0.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@@ -10,7 +10,8 @@ category: Math build-type: Simple cabal-version: >=1.6-extra-source-files: .travis.yml++extra-source-files: .travis.yml CHANGELOG.markdown source-repository head type: git