name: data-filepath version: 2.1.0.1 synopsis: A type safe file path data structure description: A type safe file path data structure license: BSD3 license-file: LICENSE author: Maxwell Swadling maintainer: maxwellswadling@gmail.com homepage: https://github.com/maxpow4h/data-filepath bug-reports: https://github.com/maxpow4h/data-filepath/issues -- copyright: category: Data build-type: Simple -- extra-source-files: cabal-version: >=1.10 source-repository head type: git location: https://github.com/maxpow4h/data-filepath.git library exposed-modules: Data.FilePath other-extensions: CPP, GADTs, DataKinds, KindSignatures, StandaloneDeriving, RankNTypes, DeriveDataTypeable, FlexibleInstances, MagicHash build-depends: base >=4.6 && <4.9, split >=0.2 && <0.3, template-haskell, ghc-prim default-language: Haskell2010