-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreplay-free.cabal
29 lines (27 loc) · 1.05 KB
/
replay-free.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
Name: replay-free
Version: 0.0
Author: Nickolay Kudasov<[email protected]>
Maintainer: Nickolay Kudasov<[email protected]>
Homepage: https://github.com/fizruk/replay-free
Bug-Reports: https://github.com/fizruk/replay-free/issues
License: BSD3
License-File: LICENSE
Synopsis: Logging and replaying interpretations of free structures.
Description: Please see README.md
Cabal-Version: >= 1.10
Build-Type: Simple
Stability: experimental
Category: Control
Library
Default-Language: Haskell2010
HS-Source-Dirs: src
GHC-Options: -Wall
Exposed-Modules:
Control.Replay.Class
Control.Monad.Trans.Free.Replay
Build-Depends: base >= 4 && < 5
, free >= 4.2
, transformers >= 0.3
Source-Repository head
Type: git
Location: https://github.com/fizruk/relpay-free.git