loc-test 0.1.3.1 → 0.1.3.2
raw patch · 1 files changed
+22/−23 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- loc-test.cabal +22/−23
loc-test.cabal view
@@ -1,34 +1,33 @@--- This file has been generated from package.yaml by hpack version 0.18.1.------ see: https://github.com/sol/hpack+name: loc-test+version: 0.1.3.2 -name: loc-test-version: 0.1.3.1-synopsis: Test-related utilities related to the /loc/ package.+synopsis: Test-related utilities related to the /loc/ package. -description: Test-related utilities related to the /loc/ package. Currently contains only- Hedgehog generators.-category: Testing-homepage: https://github.com/chris-martin/loc-author: Chris Martin <ch.martin@gmail.com>-maintainer: Chris Martin <ch.martin@gmail.com>-license: Apache-2.0-license-file: license.txt-build-type: Simple-cabal-version: >= 1.10+description: Test-related utilities related to the /loc/ package. Currently contains only+ Hedgehog generators. +category: Testing++homepage: https://github.com/chris-martin/loc++author: Chris Martin <ch.martin@gmail.com>+maintainer: Chris Martin <ch.martin@gmail.com>++license: Apache-2.0+license-file: license.txt++build-type: Simple+cabal-version: >= 1.10+ library- hs-source-dirs:- src+ default-language: Haskell2010+ hs-source-dirs: src default-extensions: NoImplicitPrelude ghc-options: -Wall build-depends:- base >= 4.9 && < 4.10+ base >=4.9 && <4.11 , containers- , loc , hedgehog+ , loc exposed-modules: Test.Loc.Hedgehog.Gen- other-modules:- Paths_loc_test- default-language: Haskell2010