ats-storable 0.1.0.5 → 0.1.0.6
raw patch · 2 files changed
+13/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ats-storable.cabal +3/−2
- cabal.project.local +10/−0
ats-storable.cabal view
@@ -1,5 +1,5 @@ name: ats-storable-version: 0.1.0.5+version: 0.1.0.6 synopsis: Marshal ATS types into Haskell description: Facilities for sharing types between ATS and Haskell homepage: https://github.com//ats-generic#readme@@ -11,6 +11,7 @@ category: ATS, Generics build-type: Simple extra-doc-files: README.md+extra-source-files: cabal.project.local cabal-version: >=1.18 Flag development {@@ -22,7 +23,7 @@ library hs-source-dirs: src exposed-modules: Foreign.Storable.ATS- build-depends: base >= 4.7 && < 5+ build-depends: base >= 4.9 && < 5 , composition-prelude default-language: Haskell2010 if flag(development)
+ cabal.project.local view
@@ -0,0 +1,10 @@+constraints:+ ats-storable +development++optimization: 2+with-compiler: ghc-8.2.2+tests: True+benchmarks: True+documentation: True+haddock-hoogle: True+haddock-internal: True