decimal-literals 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basePVP: minor bump suggested
API additions: PVP suggests at least a minor version bump
Dependency ranges changed: base
API changes (from Hackage documentation)
+ Numeric.Literals.Decimal: pattern (:%) :: Integer -> Integer -> FractionalLit
+ Numeric.Literals.Decimal: pattern Scientific :: Int -> [B₁₀Digit] -> Int -> FractionalLit
Files
- decimal-literals.cabal +2/−2
decimal-literals.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: decimal-literals-version: 0.1.0.0+version: 0.1.0.1 synopsis: Preprocessing decimal literals more or less as they are (instead of via fractions) -- description: license: GPL-3@@ -20,7 +20,7 @@ exposed-modules: Numeric.Literals.Decimal -- other-modules: -- other-extensions: - build-depends: base >=4.10 && <4.11+ build-depends: base >=4.8 && <4.14 -- hs-source-dirs: default-language: Haskell2010