byteunits 0.1.0.0 → 0.2.0.0
raw patch · 1 files changed
+2/−1 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- byteunits.cabal +2/−1
byteunits.cabal view
@@ -1,5 +1,5 @@ name: byteunits-version: 0.1.0.0+version: 0.2.0.0 description: Human friendly conversion between byte units (KB, MB, GB...) synopsis: Human friendly conversion between byte units (KB, MB, GB...) license: BSD3@@ -15,6 +15,7 @@ location: https://github.com/chrissound/byteunits library+ hs-source-dirs: . default-language: Haskell2010 exposed-modules: ByteUnits build-depends: base >=4.9 && <4.10