cabal-version: 2.2 -- This file has been generated from package.yaml by hpack version 0.35.2. -- -- see: https://github.com/sol/hpack -- -- hash: 6d6a55820381db8ebe6aafa7fa5f0de193e5860098b21dbc45eb21e30ad258f5 name: uniformBase version: 0.1.5.1 synopsis: A uniform base to build apps on description: Goals: . - reducing the complexity for the programmer of applications, . - functions with identical semantics independent of representation, . - all functions are total (or become so using Maybe or Either), . - compatible error reporting for all packages, . - avoid name clashes with other packages and assume the regular prelude, . - performance is NOT a goal - once the program logic is confirmed and tested, performance improvements can be achieved based on observations . The packages included here deal with . - a generally usable zero (null) value and other simplistic algebras, . - handling of text independent of represenations and principled conversion between representations, . - a minimal error reporting as text error messages, . - bringing together functions to handle time, . - uniform functions to handle files and filepaths (`Filepath` and `Path`). . Please see the README on GitHub at category: Programming Uniform homepage: https://github.com/github.com:andrewufrank/uniformBase.git#readme bug-reports: https://github.com/andrewufrank/uniformBase/issues author: Andrew Frank maintainer: Andrew U. Frank copyright: 2021 Andrew U. Frank license: GPL-2.0-only license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/github.com:andrewufrank/uniformBase.git library exposed-modules: UniformBase other-modules: Paths_uniformBase hs-source-dirs: src build-depends: base >=4.7 && <5 , data-default , uniform-algebras >=0.1.5 , uniform-error >=0.1.5 , uniform-fileio >=0.1.5 , uniform-strings >=0.1.5 , uniform-time >=0.1.5 default-language: Haskell2010 autogen-modules: Paths_uniformBase