packages feed

fast-arithmetic 0.1.0.3 → 0.1.0.4

raw patch · 4 files changed

+4/−4 lines, 4 filesdep ~basesetup-changed

Dependency ranges changed: base

Files

Setup.hs view
@@ -52,7 +52,7 @@ buildHelper libName dirName needed url = do      -- FIXME not discerning enough!-    needsSetup <- not <$> doesDirectoryExist dirName+    needsSetup <- not <$> doesDirectoryExist needed      when needsSetup $ do 
cbits/number-theory.c view
@@ -1,7 +1,7 @@ /* ** ** The C code is generated by [ATS/Postiats-0-3-8]-** The starting compilation time is: 2018-1-4:  9h: 3m+** The starting compilation time is: 2018-1-4:  9h: 8m ** */ 
cbits/numerics.c view
@@ -1,7 +1,7 @@ /* ** ** The C code is generated by [ATS/Postiats-0-3-8]-** The starting compilation time is: 2018-1-4:  9h: 3m+** The starting compilation time is: 2018-1-4:  9h: 8m ** */ 
fast-arithmetic.cabal view
@@ -1,5 +1,5 @@ name:                fast-arithmetic-version:             0.1.0.3+version:             0.1.0.4 synopsis:            Fast number-theoretic functions. description:         Fast number-theoretic code with a high level of safety guaranteed by ATS. homepage:            https://github.com/vmchale/fast-arithmetic#readme