-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindexed.cabal
38 lines (35 loc) · 1.13 KB
/
indexed.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
30
31
32
33
34
35
36
37
Name: indexed
Version: 0.1.3
Synopsis: Haskell98 indexed functors, monads, comonads
Description: Haskell98 indexed functors, monads, comonads
License: BSD3
License-file: LICENSE
Author: Edward A. Kmett
Maintainer: Reiner Pope <[email protected]>
Copyright:
Copyright (C) 2012 Reiner Pope,
Copyright (C) 2008 Edward A. Kmett,
Copyright (C) 2004--2008 Dave Menendez,
Copyright (C) 2007 Iavor Diatchki
Category: Control
Build-type: Simple
Cabal-version: >=1.10
homepage: https://github.com/reinerp/indexed
bug-reports: https://github.com/reinerp/indexed/issues
source-repository head
type: git
location: git://github.com/reinerp/indexed.git
Library
Exposed-modules:
Data.Functor.Indexed,
Control.Monad.Indexed,
Control.Monad.Indexed.Fix,
Control.Monad.Indexed.Trans
Control.Comonad.Indexed
default-language: Haskell98
if impl(ghc >= 7.5)
default-extensions: PolyKinds
Build-depends:
base < 5
ghc-options:
-Wall