-
Notifications
You must be signed in to change notification settings - Fork 1
/
graphted.cabal
38 lines (36 loc) · 1.3 KB
/
graphted.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
name: graphted
version: 0.3.1.0
synopsis: Graph indexed monads.
-- description: TODO
homepage: https://github.com/aaronfriel/graphted#readme
license: BSD3
license-file: LICENSE
author: Aaron Friel
maintainer: mayreply@aaronfriel.com
copyright: BSD3
category: Control, Comonads, Monads
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Control.Graphted
, Control.Graphted.Class
, Control.Applicative.Graph
, Control.Monad.Graph
, Control.MonadFail.Graph
, Control.MonadZero.Graph
, Control.MonadOr.Graph
, Control.MonadPlus.Graph
, Data.Functor.Graph
, Data.Pointed.Graph
, Data.GWrapped
, Data.GWrappedIx
, Prelude.Graphted
build-depends: base >= 4.8 && < 5
, indexed
default-language: Haskell2010
ghc-options: -fno-warn-partial-type-signatures
source-repository head
type: git
location: https://github.com/aaronfriel/graphted