cabal-version: 2.2 -- This file has been generated from package.yaml by hpack version 0.34.2. -- -- see: https://github.com/sol/hpack -- -- hash: f4d7504acb161ad2dbeebdcd82fbe61db899dc04a7bef35d0699563f9c128713 name: uniform-fileio version: 0.1.0 synopsis: Uniform file handling operations description: Uniform operations for handling files and file path names independent from the representation. . Additionally, functions to read and write files for specific typed content (marked by extension). . Please see the README on GitHub at category: Data Text Uniform bug-reports: https://github.com/andrewufrank/uniform-fileio/issues author: Andrew Frank maintainer: Andrew U. Frank copyright: 2021 Andrew U. Frank license: GPL-2.0-only build-type: Simple extra-source-files: README.md ChangeLog.md library exposed-modules: Uniform.FileIO Uniform.FileIOalgebra Uniform.Filenames Uniform.FileStatus Uniform.FileStrings Uniform.Piped Uniform.TypedFile other-modules: Paths_uniform_fileio hs-source-dirs: ./. build-depends: base >=4.7 && <5 , bytestring , deepseq , directory , exceptions , filepath , monads-tf , path , path-io , pipes , pureMD5 , safe , text , uniform-algebras , uniform-error , uniform-strings , uniform-time , unix , zlib default-language: Haskell2010 autogen-modules: Paths_uniform_fileio test-suite strings-test type: exitcode-stdio-1.0 main-is: Testing.hs other-modules: Uniform.Filenames_test Uniform.FileStatus_test Uniform.FileStrings_test Uniform.Piped_test Uniform.TypedFile_test Paths_uniform_fileio hs-source-dirs: tests ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: HTF , base >=4.7 && <5 , bytestring , deepseq , directory , exceptions , filepath , monads-tf , path , path-io , pipes , pureMD5 , quickcheck-text , safe , test-invariant , text , uniform-algebras , uniform-error , uniform-fileio , uniform-strings , uniform-time , unix , zlib default-language: Haskell2010