packages feed

ats-storable-0.3.0.3: atspkg.dhall

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

in prelude.default ⫽ 
  { libraries =
    [
      prelude.lib ⫽ 
      { name = "storable"
      , src = [ "ats-src/types.dats" ]
      , libTarget = "dist-newstyle/lib/libstorable.a"
      , static = True
      }
    ]
  , compiler = [0,3,10]
  }