ats-storable 0.3.0.0 → 0.3.0.1
raw patch · 1 files changed
+2/−15 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ats-storable.cabal +2/−15
ats-storable.cabal view
@@ -1,5 +1,5 @@ name: ats-storable-version: 0.3.0.0+version: 0.3.0.1 synopsis: Marshal ATS types into Haskell description: Facilities for sharing types between ATS and Haskell homepage: https://github.com//ats-generic#readme@@ -9,7 +9,7 @@ maintainer: vamchale@gmail.com copyright: Copyright: (c) 2018 Vanessa McHale category: ATS, Generics-build-type: Custom+build-type: Simple cabal-version: 1.18 Flag development {@@ -18,16 +18,6 @@ default: False } -Flag with-atsdeps {- Description: Download ATS dependencies (for running the test suite)- default: False-}--custom-setup- setup-depends: base- , ats-setup >= 0.4.0.0- , Cabal- library hs-source-dirs: src exposed-modules: Foreign.Storable.ATS@@ -45,9 +35,6 @@ ghc-options: -Wall test-suite ats-storable-test- -- c-sources: cbits/types.c- -- include-dirs: ats-deps/prelude/ATS2-Postiats-include-0.3.9- -- , ats-deps/prelude/ATS2-Postiats-include-0.3.9/ccomp/runtime type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Spec.hs