name:                data-filepath
version:             2.2.0.0
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
                    ,   bifunctors          == 4.2.*
                    ,   semigroups          == 0.16.*
                    ,   split               >= 0.2 && < 0.3
                    ,   template-haskell
                    ,   ghc-prim

  default-language:    Haskell2010