-
Notifications
You must be signed in to change notification settings - Fork 0
/
uniformBase.cabal
46 lines (42 loc) · 1.17 KB
/
uniformBase.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: b304fd74f015846073ee026c18f0a9c32dd171385b634da9ab7cb1674430011f
name: uniformBase
version: 0.0.0.2
synopsis: a uniform base to build apps on
description: Please see the README on GitHub at <https://github.com/githubuser/primo#readme>
category: Programming
homepage: https://github.com/githubuser/uniform#readme
bug-reports: https://github.com/githubuser/uniform/issues
author: Andrew U Frank
maintainer: [email protected]
copyright: 2021 Author name here
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/githubuser/uniform
library
exposed-modules:
UniformBase
other-modules:
Paths_uniformBase
hs-source-dirs:
src
uniformSources
build-depends:
base >=4.7 && <5
, uniform-algebras
, uniform-error
, uniform-fileio
, uniform-json
, uniform-strings
, uniform-time
default-language: Haskell2010