-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReplicateEffects.cabal
More file actions
25 lines (20 loc) · 848 Bytes
/
Copy pathReplicateEffects.cabal
File metadata and controls
25 lines (20 loc) · 848 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
25
Name: ReplicateEffects
Version: 0.3
Synopsis: Composable replication schemes of applicative functors
Description: Composable replication schemes of applicative functors
Category: Control
License: BSD3
License-file: LICENSE
Author: Martijn van Steenbergen, Sjoerd Visscher
Maintainer: martijn@van.steenbergen.nl
Homepage: https://github.com/MedeaMelana/ReplicateEffects
Bug-reports: https://github.com/MedeaMelana/ReplicateEffects/issues
-- Copyright:
Build-type: Simple
Cabal-version: >= 1.6
Library
Exposed-modules: Control.Replicate
Build-depends: base >= 4.0 && < 5
Source-Repository head
Type: Git
Location: https://github.com/MedeaMelana/ReplicateEffects