-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.yaml
29 lines (26 loc) · 914 Bytes
/
package.yaml
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
name: monad-supply
build-type: Simple
version: 0.9
synopsis: Stateful supply monad
description: Support for computations which consume values from a (possibly infinite) supply.
homepage: https://github.com/ghulette/monad-supply
github: ghulette/monad-supply
license: OtherLicense
license-file: LICENSE
author: Geoff Hulette and HaskellWiki contributors
maintainer: Geoff Hulette <[email protected]>
stability: experimental
copyright: 2011-2020 Geoff Hulette and HaskellWiki contributors
category: Control, Data, Monad
extra-source-files:
- README.md
dependencies:
- base >= 4.7 && < 5
- mtl >= 2.2.2 && < 3.0.0
- transformers >= 0.5.6.2 && < 0.6.0.0
library:
source-dirs: src
exposed-modules:
- Control.Monad.Supply
ghc-options: -Wall
#tests: