-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOverture.cabal
27 lines (26 loc) · 927 Bytes
/
Overture.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
Name: Overture
Version: 0.3.1
Synopsis: Simple Prelude replacement
Homepage: https://github.com/isomorphism/Overture
License: BSD3
License-file: LICENSE
Author: C. McCann
Maintainer: [email protected]
Category: Control,Data
Build-type: Simple
Cabal-version: >=1.2
Library
Hs-Source-Dirs: src
Build-Depends: base == 4.*
, void == 0.5.*
, these == 0.1.*
, contravariant == 0.1.*
, transformers == 0.2.*
Exposed-modules: Overture
, Overture.Control
, Overture.Control.Category
, Overture.Control.Functor
, Overture.Control.Monad
, Overture.Data
, Overture.Function
, Overture.ExportPrelude