packages feed

fast-arithmetic 0.3.3.6 → 0.3.3.7

raw patch · 2 files changed

+5/−2 lines, 2 files

Files

+ dist-newstyle/lib/empty view
fast-arithmetic.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.18 name: fast-arithmetic-version: 0.3.3.6+version: 0.3.3.7 license: BSD3 license-file: LICENSE copyright: Copyright: (c) 2018 Vanessa McHale@@ -15,6 +15,7 @@ extra-source-files:     ats-src/*.dats     atspkg.dhall+    dist-newstyle/lib/empty extra-doc-files: README.md  source-repository head@@ -24,7 +25,7 @@ custom-setup     setup-depends: base -any,                    Cabal -any,-                   ats-pkg >=2.9.0.1+                   ats-pkg >=2.10.0.0  flag development     description:@@ -42,6 +43,8 @@     other-modules:         Numeric.Common     default-language: Haskell2010+    extra-lib-dirs:+      dist-newstyle/lib     extra-libraries:         numbertheory     ghc-options: -Wall -optc-mtune=native -optc-flto -optc-O3