Cabal revisions of verset-0.0.1.7
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 2.2-name: verset-version: 0.0.1.7-synopsis: Small alternative prelude-description: Small Haskell alternative prelude. Based on Protolude and Intro-homepage: https://github.com/andrevdm/verset#readme-license: MIT-license-file: LICENSE-author: Andre Van Der Merwe-maintainer: andre@andrevdm.com-copyright: 2021 Andre Van Der Merwe-category: Prelude-build-type: Simple-extra-source-files: README.md-tested-with: GHC==8.10.7, GHC==9.0.1, GHC==9.2.1--library- ghc-options: -Wall -Wimplicit-prelude -Wincomplete-uni-patterns -Wincomplete-record-updates -Wcompat -Wredundant-constraints -Wnoncanonical-monad-instances -Widentities -fhide-source-paths -Wpartial-fields -fhide-source-paths -freverse-errors -fwrite-ide-info -hiedir=.hie-- build-depends: base >=4.9 && <5- default-language: Haskell2010- hs-source-dirs: src- exposed-modules: Verset.Conv- , Verset- build-depends:- , bytestring >= 0.10.10 && < 0.12- , containers >= 0.6.0 && < 0.7- , extra >= 1.7.9 && < 1.8- , mtl >= 2.2.2 && < 2.3- , safe >= 0.3.19 && < 0.4- , text >= 1.2.4 && < 1.3- , time >= 1.9.3 && < 1.10- , uuid >= 1.3.15 && < 1.4--source-repository head- type: git- location: https://github.com/andrevdm/verset+cabal-version: 2.2 +name: verset +version: 0.0.1.7 +x-revision: 1 +synopsis: Small alternative prelude +description: Small Haskell alternative prelude. Based on Protolude and Intro +homepage: https://github.com/andrevdm/verset#readme +license: MIT +license-file: LICENSE +author: Andre Van Der Merwe +maintainer: andre@andrevdm.com +copyright: 2021 Andre Van Der Merwe +category: Prelude +build-type: Simple +extra-source-files: README.md +tested-with: GHC==8.10.7, GHC==9.0.1, GHC==9.2.1 + +library + ghc-options: -Wall -Wimplicit-prelude -Wincomplete-uni-patterns -Wincomplete-record-updates -Wcompat -Wredundant-constraints -Wnoncanonical-monad-instances -Widentities -fhide-source-paths -Wpartial-fields -fhide-source-paths -freverse-errors -fwrite-ide-info -hiedir=.hie + + build-depends: base >=4.9 && <5 + default-language: Haskell2010 + hs-source-dirs: src + exposed-modules: Verset.Conv + , Verset + build-depends: + , bytestring >= 0.10.10 && < 0.12 + , containers >= 0.6.0 && < 0.7 + , extra >= 1.7.9 && < 1.8 + , mtl >= 2.2.2 && < 2.3 + , safe >= 0.3.19 && < 0.4 + , text >= 1.2.4 && < 2.1 + , time >= 1.9.3 && < 1.13 + , uuid >= 1.3.15 && < 1.4 + +source-repository head + type: git + location: https://github.com/andrevdm/verset