packages feed

data-filepath-2.1.0.0: data-filepath.cabal

name:                data-filepath
version:             2.1.0.0
synopsis:            A type safe file path data structure
-- description:
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

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