name: fixed-width version: 0.1.0.0 cabal-version: >=1.10 build-type: Simple license: BSD3 license-file: LICENSE copyright: Copyright: (c) 2016 Alexis Williams maintainer: sasinestro@gmail.com synopsis: Fixed width subsets of an Int64/Word64. description: Please see README.md category: Web author: Alexis Williams library exposed-modules: Data.FixedWidth build-depends: base >=4.7 && <5 default-language: Haskell2010 hs-source-dirs: src other-modules: Data.FixedWidth.Int Data.FixedWidth.Shared Data.FixedWidth.Word