Cabal revisions of wrapped-generic-default-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 1.12---- This file has been generated from package.yaml by hpack version 0.33.0.------ see: https://github.com/sol/hpack------ hash: e69f5685692812e04350f514b1a564d95ef67c59fb5bb18633ae8898a3cc5d6f--name: wrapped-generic-default-version: 0.1.0.0-synopsis: Provides an orphan instance Default (Wrapped Generic a)-description: This provides support for Generic-based deriving of Default as an instance on- Wrapped Generic, so that Default instances can be derived as- "deriving Default via Wrapped Generic MyType".-category: Generics-homepage: https://github.com/google/hs-wrapped#readme-bug-reports: https://github.com/google/hs-wrapped/issues-author: Reiner Pope <reinerp@google.com>-maintainer: Andrew Pritchard <awpr@google.com>-copyright: 2017-2021 Google LLC-license: Apache-2.0-license-file: LICENSE-build-type: Simple-extra-source-files:- CHANGELOG.md--source-repository head- type: git- location: https://github.com/google/hs-wrapped- subdir: wrapped-generic-default--library- exposed-modules:- Data.Wrapped.Default- other-modules:- Paths_wrapped_generic_default- hs-source-dirs:- src- build-depends:- base >=4.12 && <4.16- , data-default-class >=0.0 && <0.2- , wrapped >=0.1 && <0.2- default-language: Haskell2010+cabal-version: 1.12 + +-- This file has been generated from package.yaml by hpack version 0.33.0. +-- +-- see: https://github.com/sol/hpack +-- +-- hash: e69f5685692812e04350f514b1a564d95ef67c59fb5bb18633ae8898a3cc5d6f + +name: wrapped-generic-default +version: 0.1.0.0 +x-revision: 1 +synopsis: Provides an orphan instance Default (Wrapped Generic a) +description: This provides support for Generic-based deriving of Default as an instance on + Wrapped Generic, so that Default instances can be derived as + "deriving Default via Wrapped Generic MyType". +category: Generics +homepage: https://github.com/google/hs-wrapped#readme +bug-reports: https://github.com/google/hs-wrapped/issues +author: Reiner Pope <reinerp@google.com> +maintainer: Andrew Pritchard <awpr@google.com> +copyright: 2017-2021 Google LLC +license: Apache-2.0 +license-file: LICENSE +build-type: Simple +extra-source-files: + CHANGELOG.md + +source-repository head + type: git + location: https://github.com/google/hs-wrapped + subdir: wrapped-generic-default + +library + exposed-modules: + Data.Wrapped.Default + other-modules: + Paths_wrapped_generic_default + hs-source-dirs: + src + build-depends: + base >=4.12 && <4.16 + , data-default-class >=0.0 && <0.1.3 + , wrapped >=0.1 && <0.1.1 + default-language: Haskell2010
revision 2
name: wrapped-generic-default version: 0.1.0.0 -x-revision: 1 +x-revision: 2 synopsis: Provides an orphan instance Default (Wrapped Generic a) description: This provides support for Generic-based deriving of Default as an instance on Wrapped Generic, so that Default instances can be derived as hs-source-dirs: src build-depends: - base >=4.12 && <4.16 + base >=4.12 && <4.17 , data-default-class >=0.0 && <0.1.3 , wrapped >=0.1 && <0.1.1 default-language: Haskell2010