Cabal revisions of ats-storable-0.1.0.5
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: ats-storable-version: 0.1.0.5-synopsis: Marshal ATS types into Haskell-description: Facilities for sharing types between ATS and Haskell-homepage: https://github.com//ats-generic#readme-license: BSD3-license-file: LICENSE-author: Vanessa McHale-maintainer: vamchale@gmail.com-copyright: Copyright: (c) 2018 Vanessa McHale-category: ATS, Generics-build-type: Simple-extra-doc-files: README.md-cabal-version: >=1.18--Flag development {- Description: Enable `-Werror`- manual: True- default: False-}--library- hs-source-dirs: src- exposed-modules: Foreign.Storable.ATS- build-depends: base >= 4.7 && < 5- , composition-prelude- default-language: Haskell2010- if flag(development)- ghc-options: -Werror- if impl(ghc >= 8.0)- ghc-options: -Wincomplete-uni-patterns -Wincomplete-record-updates -Wcompat - ghc-options: -Wall--source-repository head- type: darcs- location: https://hub.darcs.net/vmchale/ats+name: ats-storable +version: 0.1.0.5 +x-revision: 1 +synopsis: Marshal ATS types into Haskell +description: Facilities for sharing types between ATS and Haskell +homepage: https://github.com//ats-generic#readme +license: BSD3 +license-file: LICENSE +author: Vanessa McHale +maintainer: vamchale@gmail.com +copyright: Copyright: (c) 2018 Vanessa McHale +category: ATS, Generics +build-type: Simple +extra-doc-files: README.md +cabal-version: >=1.18 + +Flag development { + Description: Enable `-Werror` + manual: True + default: False +} + +library + hs-source-dirs: src + exposed-modules: Foreign.Storable.ATS + build-depends: base >= 4.9 && < 5 + , composition-prelude + default-language: Haskell2010 + if flag(development) + ghc-options: -Werror + if impl(ghc >= 8.0) + ghc-options: -Wincomplete-uni-patterns -Wincomplete-record-updates -Wcompat + ghc-options: -Wall + +source-repository head + type: darcs + location: https://hub.darcs.net/vmchale/ats