1
1
cabal-version : 1.12
2
2
3
- -- This file has been generated from package.yaml by hpack version 0.34.4 .
3
+ -- This file has been generated from package.yaml by hpack version 0.35.2 .
4
4
--
5
5
-- see: https://github.com/sol/hpack
6
6
--
7
- -- hash: 95fcc25a860d6cb2708abcc82d382ad1453d0e54c9c706639849b389427f36ac
7
+ -- hash: 31f29e2afdc641f83475d8957a7eb8b14f1cb8c80780a100049e72a7ccc91684
8
8
9
9
name : non-empty-text
10
- version : 0.2.0
10
+ version : 0.2.1
11
11
synopsis : Non empty Data.Text type
12
12
description : Typesafe thin wrapper around Data.Text to make impossible to be empty (to
13
13
always hold at least on character)
@@ -42,13 +42,13 @@ library
42
42
src
43
43
build-depends :
44
44
base >= 4.8 && < 5
45
- , deepseq >= 1.3.0.0 && < 1.5
45
+ , deepseq >= 1.3.0.0 && < 1.6
46
46
, text >= 1.2 && < 3
47
+ default-language : Haskell2010
47
48
if flag(ci)
48
49
ghc-options : -Wall -Werror -Wcompat -Widentities -Wincomplete-uni-patterns -Wincomplete-patterns -Wincomplete-record-updates -Wmissing-local-signatures -Wmissing-export-lists -Wmissing-import-lists -Wnoncanonical-monad-instances -Wredundant-constraints -Wpartial-fields -Wmissed-specialisations -Wno-implicit-prelude -Wno-safe -Wno-unsafe
49
50
else
50
51
ghc-options : -Wall -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates
51
- default-language : Haskell2010
52
52
53
53
test-suite doctest
54
54
type : exitcode-stdio-1.0
@@ -60,7 +60,7 @@ test-suite doctest
60
60
build-depends :
61
61
Glob
62
62
, base >= 4.8 && < 5
63
- , deepseq >= 1.3.0.0 && < 1.5
63
+ , deepseq >= 1.3.0.0 && < 1.6
64
64
, doctest
65
65
, text >= 1.2 && < 3
66
66
default-language : Haskell2010
@@ -75,7 +75,7 @@ test-suite spec
75
75
build-depends :
76
76
QuickCheck >= 2.10 && < 3
77
77
, base >= 4.8 && < 5
78
- , deepseq >= 1.3.0.0 && < 1.5
78
+ , deepseq >= 1.3.0.0 && < 1.6
79
79
, hspec
80
80
, non-empty-text
81
81
, text >= 1.2 && < 3
0 commit comments