Cabal revisions of marshal-contt-0.2.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: marshal-contt-version: 0.2.0.0-synopsis: A ContT-based wrapper for Haskell-to-C marshalling functions.-description: See <https://github.com/typedrat/marshal-contt/blob/master/README.md>.-homepage: https://github.com/typedrat/marshal-contt-bug-reports: https://github.com/typedrat/marshal-contt/issues-license: MPL-2.0-license-file: LICENSE-cabal-version: 1.24-build-type: Simple-author: Alexis Williams-maintainer: alexis@typedr.at-copyright: (c) 2019 Alexis Williams-category: Foreign-extra-source-files: CHANGELOG.md--library- exposed-modules: Foreign.Marshal.ContT- , Foreign.Marshal.Codensity- build-depends: base >= 4.9 && < 5- , mtl >= 2.2 && < 2.3- , bytestring >= 0.10.10.0 && < 0.11- , kan-extensions >= 5.2 && < 5.3- , lens >= 4.16 && < 4.19- hs-source-dirs: src- default-language: Haskell2010- default-extensions: FlexibleInstances- , RankNTypes- , ScopedTypeVariables- , TypeSynonymInstances+name: marshal-contt +version: 0.2.0.0 +x-revision: 1 +synopsis: A ContT-based wrapper for Haskell-to-C marshalling functions. +description: See <https://github.com/typedrat/marshal-contt/blob/master/README.md>. +homepage: https://github.com/typedrat/marshal-contt +bug-reports: https://github.com/typedrat/marshal-contt/issues +license: MPL-2.0 +license-file: LICENSE +cabal-version: 1.24 +build-type: Simple +author: Alexis Williams +maintainer: alexis@typedr.at +copyright: (c) 2019 Alexis Williams +category: Foreign +extra-source-files: CHANGELOG.md + +library + exposed-modules: Foreign.Marshal.ContT + , Foreign.Marshal.Codensity + build-depends: base >= 4.9 && < 5 + , mtl >= 2.2 && < 2.3 + , bytestring >= 0.10.10.0 && < 0.11 + , kan-extensions >= 5.2 && < 5.3 + , lens >= 4.16 && < 4.20 + hs-source-dirs: src + default-language: Haskell2010 + default-extensions: FlexibleInstances + , RankNTypes + , ScopedTypeVariables + , TypeSynonymInstances
revision 2
name: marshal-contt version: 0.2.0.0 -x-revision: 1 +x-revision: 2 synopsis: A ContT-based wrapper for Haskell-to-C marshalling functions. description: See <https://github.com/typedrat/marshal-contt/blob/master/README.md>. homepage: https://github.com/typedrat/marshal-contt , Foreign.Marshal.Codensity build-depends: base >= 4.9 && < 5 , mtl >= 2.2 && < 2.3 - , bytestring >= 0.10.10.0 && < 0.11 + , bytestring >= 0.10.10.0 && < 0.12 , kan-extensions >= 5.2 && < 5.3 - , lens >= 4.16 && < 4.20 + , lens >= 4.16 && < 5.2 hs-source-dirs: src default-language: Haskell2010 default-extensions: FlexibleInstances