ats-storable 0.3.0.3 → 0.3.0.4
raw patch · 3 files changed
+4/−4 lines, 3 filesdep ~composition-preludePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: composition-prelude
API changes (from Hackage documentation)
Files
- ats-storable.cabal +1/−2
- atspkg.dhall +2/−2
- src/Foreign/Storable/ATS.hs +1/−0
ats-storable.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.18 name: ats-storable-version: 0.3.0.3+version: 0.3.0.4 license: BSD3 license-file: LICENSE copyright: Copyright: (c) 2018 Vanessa McHale@@ -57,7 +57,6 @@ DeriveGeneric extra-libraries: storable- -- extra-lib-dirs: ./dist-newstyle/lib ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall build-depends: base -any,
atspkg.dhall view
@@ -1,9 +1,9 @@ let prelude = https://raw.githubusercontent.com/vmchale/atspkg/master/ats-pkg/dhall/atspkg-prelude.dhall -in prelude.default ⫽ +in prelude.default ⫽ { libraries = [- prelude.lib ⫽ + prelude.lib ⫽ { name = "storable" , src = [ "ats-src/types.dats" ] , libTarget = "dist-newstyle/lib/libstorable.a"
src/Foreign/Storable/ATS.hs view
@@ -24,6 +24,7 @@ , AsCString (..) ) where +import Data.Bool (bool) import Control.Composition import qualified Data.ByteString as BS import qualified Data.ByteString.Lazy as BSL