packages feed

filepather-0.5: filepather.cabal

name:                 filepather
version:              0.5
synopsis:             Functions on System.FilePath
description:
  Functions over @System.FilePath@ including a find function for recursing down directories.
license:              BSD3
license-file:         LICENCE
author:               Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ>
maintainer:           Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ>
copyright:            Copyright (C) 2021-2023 Tony Morris
category:             Test
build-type:           Simple
extra-source-files:   changelog.md
cabal-version:        >=1.10
homepage:             https://gitlab.com/tonymorris/filepather
bug-reports:          https://gitlab.com/tonymorris/filepather/issues
tested-with:          GHC == 9.0.2

source-repository     head
  type:               git
  location:           git@gitlab.com:tonymorris/filepather.git

library
  exposed-modules:
                      System.FilePath.FilePather
                      System.FilePath.FilePather.ByteString
                      System.FilePath.FilePather.Directory
                      System.FilePath.FilePather.Find
                      System.FilePath.FilePather.IO
                      System.FilePath.FilePather.Posix
                      System.FilePath.FilePather.ReadFilePath

  build-depends:         base                 >= 4.15 && < 6
                       , bytestring           >= 0.11.2.0 && < 0.12
                       , containers           >= 0.6.4.1 && < 0.7
                       , contravariant        >= 1.5.5 && < 2
                       , directory            >= 1.3.7.1 && < 2
                       , filepath             >= 1.4.2.1 && < 2
                       , lens                 >= 5.2.3 && < 6
                       , mmorph               >= 1.2.0 && < 2
                       , mtl                  >= 2.2.2 && < 3
                       , semigroupoids        >= 6.0.0.1 && < 7
                       , time                 >= 1.9.3 && < 2
                       , transformers         >= 0.5.6.2 && < 0.6

  hs-source-dirs:     src
  default-language:   Haskell2010
  ghc-options:        -Wall