-
Notifications
You must be signed in to change notification settings - Fork 0
/
uniform-error.cabal
69 lines (64 loc) · 2 KB
/
uniform-error.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
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: 04c7eb729e6ca2692054929f92a15ea8782725700adbaa1e5e66b4b8d4cd15d9
name: uniform-error
version: 0.1.5.1
synopsis: Handling errors in the uniform framework
description: A minimal package to handle errors and exception
in a simple but flexible way. Includes functions to adapt the prefered method of calling IO with error handling (ErrIO) to the
approaches encountered in other packages when writing applications.
.
Please see the README on GitHub at <https://github.com/andrewufrank/uniform-error/readme>
category: Error Exception Uniform
homepage: https://github.com/github.com:andrewufrank/uniform-error.git#readme
bug-reports: https://github.com/andrewufrank/uniform-error/issues
author: Andrew Frank
maintainer: Andrew U. Frank <uniform@gerastree.at>
copyright: 2021 Andrew U. Frank
license: GPL-2.0-only
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/github.com:andrewufrank/uniform-error.git
library
exposed-modules:
Uniform.Error
Uniform.NoticeLevel
other-modules:
Paths_uniform_error
hs-source-dirs:
./
build-depends:
base >=4.7 && <5
, data-default
, safe
, transformers
, uniform-strings >=0.1.5
default-language: Haskell2010
autogen-modules: Paths_uniform_error
test-suite error-test
type: exitcode-stdio-1.0
main-is: Testing.hs
other-modules:
Uniform.Error_test
Paths_uniform_error
autogen-modules:
Paths_uniform_error
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
HTF
, base >=4.7 && <5
, data-default
, safe
, transformers
, uniform-error
, uniform-strings >=0.1.5
default-language: Haskell2010