-
Notifications
You must be signed in to change notification settings - Fork 7
/
data-lens.cabal
38 lines (33 loc) · 1.03 KB
/
data-lens.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
38
name: data-lens
category: Control, Comonads
version: 2.0.4.1
license: BSD3
cabal-version: >= 1.6
license-file: LICENSE
author: Edward A. Kmett
maintainer: Edward A. Kmett <[email protected]>
stability: provisional
homepage: https://github.com/ekmett/data-lens/
copyright: Copyright (C) 2008-2011 Edward A. Kmett
synopsis: Haskell 98 Lenses
description: Haskell 98 Lenses
build-type: Simple
source-repository head
type: git
location: git://github.com/ekmett/data-lens.git
library
build-depends:
base >= 4 && < 5,
comonad >= 1.1.1.3 && < 1.2,
comonad-transformers >= 2.0 && < 2.2,
containers >= 0.3 && < 0.6,
contravariant >= 0.2.0.1 && < 0.3,
distributive >= 0.2.2 && < 0.3,
semigroupoids >= 1.2.4 && < 1.4,
transformers >= 0.2.0 && < 0.4
extensions: CPP
exposed-modules:
Data.Lens.Common
Data.Lens.Lazy
Data.Lens.Strict
ghc-options: -Wall