hw-dump 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+15/−14 lines, 1 filesdep ~bits-extradep ~bytestringdep ~criterionPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bits-extra, bytestring, criterion, generic-lens, hedgehog, hspec, hw-bits, hw-hspec-hedgehog, hw-prim, lens, optparse-applicative, safe, vector
API changes (from Hackage documentation)
Files
- hw-dump.cabal +15/−14
hw-dump.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.2 name: hw-dump-version: 0.1.0.0+version: 0.1.0.1 synopsis: File Dump description: Please see README.md category: Data, Bit@@ -13,6 +13,7 @@ copyright: 2016-2019 John Ky license: BSD-3-Clause license-file: LICENSE+tested-with: GHC == 8.8.1, GHC == 8.6.5, GHC == 8.4.4, GHC == 8.2.2 build-type: Simple extra-source-files: README.md@@ -28,20 +29,20 @@ common base { build-depends: base >= 4 && < 5 } +common bits-extra { build-depends: bits-extra >= 0.0.1.3 && < 0.1 }+common bytestring { build-depends: bytestring >= 0.9 && < 0.11 }+common criterion { build-depends: criterion >= 1.2 && < 1.6 }+common generic-lens { build-depends: generic-lens >= 1.2.0.0 && < 1.3 }+common hedgehog { build-depends: hedgehog >= 0.6 && < 1.1 }+common hspec { build-depends: hspec >= 2.4 && < 3.0 }+common hw-bits { build-depends: hw-bits >= 0.7.0.3 && < 0.8 }+common hw-hspec-hedgehog { build-depends: hw-hspec-hedgehog >= 0.1 && < 0.2 }+common hw-prim { build-depends: hw-prim >= 0.6.2.19 && < 0.7 }+common lens { build-depends: lens >= 4 && < 5 }+common optparse-applicative { build-depends: optparse-applicative >= 0.14 && < 0.16 } common QuickCheck { build-depends: QuickCheck >= 2.10 && < 2.14 }-common bits-extra { build-depends: bits-extra }-common bytestring { build-depends: bytestring }-common criterion { build-depends: criterion }-common generic-lens { build-depends: generic-lens }-common hedgehog { build-depends: hedgehog }-common hspec { build-depends: hspec }-common hw-bits { build-depends: hw-bits >= 0.7.0.3 }-common hw-hspec-hedgehog { build-depends: hw-hspec-hedgehog }-common hw-prim { build-depends: hw-prim >= 0.6.2.19 }-common lens { build-depends: lens }-common optparse-applicative { build-depends: optparse-applicative }-common safe { build-depends: safe }-common vector { build-depends: vector }+common safe { build-depends: safe >= 0.2 && < 0.4 }+common vector { build-depends: vector >= 0.12 && < 0.13 } common config default-language: Haskell2010