packages feed

byteunits-0.4.0.3: byteunits.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 1aebbb6199a4258e8480dce71f674a6d04dc9dedb98013f431bf1a3587852931

name:                byteunits
version:             0.4.0.3
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
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