Cabal revisions of safe-wild-cards-1.0.0.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 3.0--name: safe-wild-cards-version: 1.0.0.2-synopsis: Use RecordWildCards safely-description:- @-XRecordWildCards@ is convenient, but sometimes you want to assert that- you have handled all fields of a record, and there is no easy way to do that.--license: BSD-3-Clause-license-file: LICENSE-author: Emily April Kazak-maintainer: amesgen <amesgen@amesgen.de>-homepage: https://github.com/monadfix/safe-wild-cards-category: Control-build-type: Simple-extra-source-files:- README.md-extra-doc-files:- CHANGELOG.md-tested-with:- GHC ==8.0.2- GHC ==8.2.2- GHC ==8.4.4- GHC ==8.6.5- GHC ==8.8.4- GHC ==8.10.7- GHC ==9.0.2- GHC ==9.2.8- GHC ==9.4.8- GHC ==9.6.5- GHC ==9.8.2- GHC ==9.10.1--source-repository head- type: git- location: git@github.com:monadfix/safe-wild-cards.git--library- exposed-modules:- SafeWildCards- build-depends:- base <5,- template-haskell <2.23,- th-abstraction >=0.3 && <0.8- hs-source-dirs:- src- default-language:- Haskell2010- ghc-options:- -Wall--test-suite test- type: exitcode-stdio-1.0- main-is:- Test.hs- other-modules:- TestTypes- build-depends:- base,- safe-wild-cards- hs-source-dirs:- test- default-language:- Haskell2010- ghc-options:- -Wall+cabal-version: 3.0 + +name: safe-wild-cards +version: 1.0.0.2 +x-revision: 1 +synopsis: Use RecordWildCards safely +description: + @-XRecordWildCards@ is convenient, but sometimes you want to assert that + you have handled all fields of a record, and there is no easy way to do that. + +license: BSD-3-Clause +license-file: LICENSE +author: Emily April Kazak +maintainer: amesgen <amesgen@amesgen.de> +homepage: https://github.com/amesgen/safe-wild-cards +category: Control +build-type: Simple +extra-source-files: + README.md +extra-doc-files: + CHANGELOG.md +tested-with: + GHC ==8.0.2 + GHC ==8.2.2 + GHC ==8.4.4 + GHC ==8.6.5 + GHC ==8.8.4 + GHC ==8.10.7 + GHC ==9.0.2 + GHC ==9.2.8 + GHC ==9.4.8 + GHC ==9.6.5 + GHC ==9.8.2 + GHC ==9.10.1 + +source-repository head + type: git + location: https://github.com/amesgen/safe-wild-cards + +library + exposed-modules: + SafeWildCards + build-depends: + base <5, + template-haskell <2.23, + th-abstraction >=0.3 && <0.8 + hs-source-dirs: + src + default-language: + Haskell2010 + ghc-options: + -Wall + +test-suite test + type: exitcode-stdio-1.0 + main-is: + Test.hs + other-modules: + TestTypes + build-depends: + base, + safe-wild-cards + hs-source-dirs: + test + default-language: + Haskell2010 + ghc-options: + -Wall
revision 2
name: safe-wild-cards version: 1.0.0.2 -x-revision: 1 +x-revision: 2 synopsis: Use RecordWildCards safely description: @-XRecordWildCards@ is convenient, but sometimes you want to assert that GHC ==9.0.2 GHC ==9.2.8 GHC ==9.4.8 - GHC ==9.6.5 - GHC ==9.8.2 + GHC ==9.6.6 + GHC ==9.8.4 GHC ==9.10.1 + GHC ==9.12.1 + source-repository head type: git location: https://github.com/amesgen/safe-wild-cards SafeWildCards build-depends: base <5, - template-haskell <2.23, + template-haskell <2.24, th-abstraction >=0.3 && <0.8 hs-source-dirs: src