-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmonad-batcher.cabal
More file actions
24 lines (22 loc) · 847 Bytes
/
Copy pathmonad-batcher.cabal
File metadata and controls
24 lines (22 loc) · 847 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name: monad-batcher
version: 0.1.0.0
synopsis: An applicative monad that batches commands for later more efficient execution
homepage: https://github.com/basvandijk/monad-batcher
license: BSD3
license-file: LICENSE
author: Bas van Dijk
maintainer: Bas van Dijk <v.dijk.bas@gmail.com>
copyright: Bas van Dijk <v.dijk.bas@gmail.com>
category: Control
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10
source-repository head
type: git
location: https://github.com/basvandijk/monad-batcher.git
library
exposed-modules: Control.Monad.Batcher
build-depends: base >=4.9 && <5, exceptions
hs-source-dirs: src
ghc-options: -Wall
default-language: Haskell2010