Cabal revisions of derive-storable-plugin-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- Initial generic-storable-plugin.cabal generated by cabal init. For --- further documentation, see http://haskell.org/cabal/users-guide/--name: derive-storable-plugin-version: 0.1.0.0-synopsis: GHC core plugin supporting the generic-storable package.--- description: -homepage: https://www.github.com/mkloczko/generic-storable-plugin/-license: MIT-license-file: LICENSE-author: Mateusz Kłoczko-maintainer: mateusz.p.kloczko@gmail.com--- copyright: -category: Foreign-build-type: Simple-extra-source-files: ChangeLog.md-cabal-version: >=1.10--library- exposed-modules: Foreign.Storable.Generic.Plugin- , Foreign.Storable.Generic.Plugin.Internal- , Foreign.Storable.Generic.Plugin.Internal.Error- , Foreign.Storable.Generic.Plugin.Internal.Compile- , Foreign.Storable.Generic.Plugin.Internal.GroupTypes- , Foreign.Storable.Generic.Plugin.Internal.Helpers- , Foreign.Storable.Generic.Plugin.Internal.Predicates- , Foreign.Storable.Generic.Plugin.Internal.Types- -- other-modules: - other-extensions: DeriveGeneric, DeriveAnyClass, PatternGuards- build-depends: base >=4.9 && <4.10, ghc >= 8.0 && <8.1, ghci >=8.0 && <8.1, derive-storable - hs-source-dirs: src- default-language: Haskell2010+-- Initial generic-storable-plugin.cabal generated by cabal init. For +-- further documentation, see http://haskell.org/cabal/users-guide/ + +name: derive-storable-plugin +version: 0.1.0.0 +x-revision: 1 +synopsis: GHC core plugin supporting the derive-storable. +description: The package helps derive-storable package in forcing compile time evaluation of + sizes, alignments and offsets. +homepage: https://www.github.com/mkloczko/generic-storable-plugin/ +license: MIT +license-file: LICENSE +author: Mateusz Kłoczko +maintainer: mateusz.p.kloczko@gmail.com +-- copyright: +category: Foreign +build-type: Simple +extra-source-files: ChangeLog.md +cabal-version: >=1.10 + +library + exposed-modules: Foreign.Storable.Generic.Plugin + , Foreign.Storable.Generic.Plugin.Internal + , Foreign.Storable.Generic.Plugin.Internal.Error + , Foreign.Storable.Generic.Plugin.Internal.Compile + , Foreign.Storable.Generic.Plugin.Internal.GroupTypes + , Foreign.Storable.Generic.Plugin.Internal.Helpers + , Foreign.Storable.Generic.Plugin.Internal.Predicates + , Foreign.Storable.Generic.Plugin.Internal.Types + -- other-modules: + other-extensions: DeriveGeneric, DeriveAnyClass, PatternGuards + build-depends: base >=4.9 && <4.10, ghc >= 8.0 && <8.1, ghci >=8.0 && <8.1, derive-storable + hs-source-dirs: src + default-language: Haskell2010
revision 2
name: derive-storable-plugin version: 0.1.0.0 -x-revision: 1 -synopsis: GHC core plugin supporting the derive-storable. -description: The package helps derive-storable package in forcing compile time evaluation of - sizes, alignments and offsets. -homepage: https://www.github.com/mkloczko/generic-storable-plugin/ +x-revision: 2 +synopsis: GHC core plugin supporting the derive-storable package. +description: The package helps derive-storable package in forcing compile time evaluation of + sizes, alignments and offsets. + +homepage: https://www.github.com/mkloczko/derive-storable-plugin/ license: MIT license-file: LICENSE author: Mateusz Kłoczko