fast-arithmetic 0.6.0.2 → 0.6.0.3
raw patch · 5 files changed
+7/−7 lines, 5 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- atspkg.dhall +3/−3
- cbits/combinatorics.c +1/−1
- cbits/number-theory.c +1/−1
- cbits/numerics.c +1/−1
- fast-arithmetic.cabal +1/−1
atspkg.dhall view
@@ -42,7 +42,7 @@ prelude.mapSrc (mapDatsSrc moduleNames) else- [] : List prelude.Src+ prelude.emptySrc in let test = if withBench@@ -55,7 +55,7 @@ } ] else- [] : List prelude.Bin+ prelude.emptyBin in let libraries = if not sourceBld@@ -67,7 +67,7 @@ } ] else- [] : List prelude.Lib+ prelude.emptyLib in let dependencies = prelude.mapPlainDeps
cbits/combinatorics.c view
@@ -1,7 +1,7 @@ /* ** ** The C code is generated by [ATS/Postiats-0-3-10]-** The starting compilation time is: 2018-4-28: 5h: 1m+** The starting compilation time is: 2018-4-28: 10h:50m ** */
cbits/number-theory.c view
@@ -1,7 +1,7 @@ /* ** ** The C code is generated by [ATS/Postiats-0-3-10]-** The starting compilation time is: 2018-4-28: 5h: 1m+** The starting compilation time is: 2018-4-28: 10h:50m ** */
cbits/numerics.c view
@@ -1,7 +1,7 @@ /* ** ** The C code is generated by [ATS/Postiats-0-3-10]-** The starting compilation time is: 2018-4-28: 5h: 1m+** The starting compilation time is: 2018-4-28: 10h:50m ** */
fast-arithmetic.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.18 name: fast-arithmetic-version: 0.6.0.2+version: 0.6.0.3 license: BSD3 license-file: LICENSE copyright: Copyright: (c) 2018 Vanessa McHale