-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcabal-lenses.cabal
57 lines (51 loc) · 1.67 KB
/
cabal-lenses.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
cabal-version: >=1.10.0
name: cabal-lenses
version: 0.15.0
license: BSD3
license-file: LICENSE
maintainer: [email protected]
author: Daniel Trstenjak
tested-with:
ghc ==7.6.2 ghc ==7.6.3 ghc ==7.8.3 ghc ==7.10.1 ghc ==8.0.1
ghc ==8.2.1 ghc ==8.4.2 ghc ==8.6.3 ghc ==8.8.3 ghc ==8.10.1
ghc ==9.2.7 ghc ==9.8.2
synopsis: Lenses and traversals for the Cabal library.
description:
Lenses and traversals (compatible with the <https://hackage.haskell.org/package/lens lens> library) for
the <https://hackage.haskell.org/package/Cabal Cabal> library.
category: Utils, Development
build-type: Simple
extra-source-files:
README.md
CHANGELOG
source-repository head
type: git
location: https://github.com/dan-t/cabal-lenses
library
exposed-modules:
CabalLenses
CabalLenses.PackageDescription
CabalLenses.Package
CabalLenses.Version
CabalLenses.CondVars
CabalLenses.Section
CabalLenses.Traversals.BuildInfo
CabalLenses.Traversals.Dependency
CabalLenses.Utils
cpp-options: -DCABAL
hs-source-dirs: lib
other-modules:
CabalLenses.Traversals.Internal
Paths_cabal_lenses
default-language: Haskell2010
ghc-options: -W
build-depends:
base >=4.8 && <5,
lens >=4.0.1 && <6.0,
unordered-containers >=0.2.3.3 && <0.3,
Cabal >=3.14 && <4.0,
system-filepath >=0.4.9 && <0.5,
system-fileio >=0.3.12 && <0.4,
strict >=0.3.2 && <0.6,
text >=1.1.0.1 && <2.2,
transformers >=0.4.1.0 && <0.7