-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtransformers-continue.cabal
34 lines (29 loc) · 1.09 KB
/
transformers-continue.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
name: transformers-continue
version: 0.0.1
license: BSD3
license-file: LICENSE
author: Nick Hibberd <[email protected]>
maintainer: Nick Hibberd <[email protected]>
homepage: http://github.com/nhibberd/transformers-continue
copyright: (c) 2017 Nick Hibberd
synopsis: Control flow data type and monad transformer.
category: Control
cabal-version: >= 1.8
build-type: Simple
description:
Control flow abstraction for short-circuiting on success and failure
as well as continuing with a value.
source-repository head
type: git
location: git://github.com/nhibberd/transformers-continue
library
build-depends:
base >= 3 && < 5
, transformers >= 0.4 && < 0.6
ghc-options:
-Wall
hs-source-dirs:
src
exposed-modules:
Data.Continue
Control.Monad.Trans.Continue