packages feed

fast-arithmetic-0.3.3.0: atspkg.dhall

let prelude = https://raw.githubusercontent.com/vmchale/atspkg/master/dhall/atspkg-prelude.dhall

in prelude.default //
  { libraries =
    [
      prelude.lib //
      { name = "storable"
      , src = [ "ats-src/combinatorics.dats", "ats-src/number-theory.dats", "ats-src/numerics.dats" ]
      , libTarget = "dist-newstyle/lib/libnumbertheory.a"
      }
    ]
  , compiler = [0,3,8]
  , dependencies = prelude.mapPlainDeps [ "atscntrb-hx-intinf" ]
  }