-
Notifications
You must be signed in to change notification settings - Fork 7
/
strict-lens.cabal
53 lines (45 loc) · 1.26 KB
/
strict-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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
name: strict-lens
version: 0.4.1
synopsis: Lenses for types in strict package
category: Data, Lenses
description: Lenses for types in strict package.
license: BSD3
license-file: LICENSE
author:
Roman Leshchinskiy <[email protected]>,
Simon Meier <[email protected]>
maintainer: Oleg Grenrus <[email protected]>
copyright:
(c) 2006-2008 by Roman Leshchinskiy
(c) 2013-2014 by Simon Meier
homepage: https://github.com/haskell-strict/strict
cabal-version: >=1.10
build-type: Simple
tested-with:
GHC ==8.6.5
|| ==8.8.4
|| ==8.10.7
|| ==9.0.2
|| ==9.2.8
|| ==9.4.8
|| ==9.6.6
|| ==9.8.2
|| ==9.10.1
extra-source-files: CHANGES.md
source-repository head
type: git
location: https://github.com/haskell-strict/strict.git
subdir: strict-lens
library
default-language: Haskell2010
ghc-options: -Wall -fwarn-incomplete-uni-patterns
if impl(ghc >=8.0)
ghc-options:
-Wcompat -Wnoncanonical-monad-instances
-Wnoncanonical-monadfail-instances
build-depends:
base >=4.12.0.0 && <5
, lens >=5.2.1 && <5.4
, strict >=0.5.1 && <0.6
hs-source-dirs: src
exposed-modules: Data.Strict.Lens