-- This file has been generated from package.yaml by hpack version 0.21.2. -- -- see: https://github.com/sol/hpack -- -- hash: 20179e2125273750a449e60394c889ddc2f0e22d03d684a96fbb3f20d15e3f41 name: byteunits version: 0.4.0.2 description: Human friendly conversion between byte units (KB, MB, GB...)... synopsis: Human friendly conversion between byte units (KB, MB, GB...) license: BSD3 license-file: LICENSE author: chrissound (Chris Stryczynski) maintainer: chrissound (Chris Stryczynski) category: Library homepage: https://github.com/chrissound/byteunits#readme bug-reports: https://github.com/chrissound/byteunits/issues build-type: Simple cabal-version: >= 1.10 extra-source-files: ChangeLog.md source-repository head type: git location: https://github.com/chrissound/byteunits library hs-source-dirs: src default-language: Haskell2010 exposed-modules: Data.ByteUnits other-modules: Paths_byteunits build-depends: base >=4.5 && <5 , safe test-suite testing-example type: exitcode-stdio-1.0 main-is: Tests.hs other-modules: Paths_byteunits hs-source-dirs: tests build-depends: Cabal , HUnit , QuickCheck , base , byteunits default-language: Haskell2010