packages feed

halves 0.1.0.0 → 0.1.0.1

raw patch · 1 files changed

+6/−6 lines, 1 filesdep ~basedep ~hedgehogdep ~lensPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, hedgehog, lens

API changes (from Hackage documentation)

Files

halves.cabal view
@@ -1,7 +1,7 @@ name:                halves-version:             0.1.0.0-synopsis:            Splitting/combining data structures to/from halves, quarters, eighths-description:         Splitting/combining data structures to/from halves, quarters, eighths.+version:             0.1.0.1+synopsis:            Split or combine data structures to and from halves, quarters, eighths+description:         Split or combine data structures to and from halves, quarters, eighths. license:             BSD3 license-file:        LICENSE author:              Brian McKenna@@ -15,8 +15,8 @@                      , Data.Halves.FiniteBits                      , Data.Halves.Tuple -  build-depends:       base >=4.7 && <4.11-                     , lens >=4.15 && <4.17+  build-depends:       base >=4.7 && <4.12+                     , lens >=4.15 && <4.18   hs-source-dirs:      src   default-language:    Haskell2010 @@ -26,7 +26,7 @@   build-depends:       base                      , lens                      , halves-                     , hedgehog >= 0.5 && <0.6+                     , hedgehog >= 0.5 && <0.7   default-language:    Haskell2010  source-repository head