Skip to content

Commit 93ff334

Browse files
Update dependencies & pvp bounds
1 parent 07cde4c commit 93ff334

File tree

4 files changed

+14
-16
lines changed

4 files changed

+14
-16
lines changed

stack-7.10.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
packages:
22
- '.'
33
resolver: lts-6.3
4-
extra-deps:
5-
- data-list-sequences-0.1
6-
- bitarray-0.0.1.1

stack-7.8.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ packages:
22
- '.'
33
resolver: lts-2.22
44
extra-deps:
5-
- data-list-sequences-0.1
6-
- bitarray-0.0.1.1
75
- path-0.5.7
86
- path-io-1.1.0
97
- directory-1.2.2.0

stack-8.0.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@ packages:
22
- '.'
33
resolver: nightly-2016-06-07
44
extra-deps:
5-
- data-list-sequences-0.1
6-
- bitarray-0.0.1.1
75
- text-icu-0.7.0.1

unicode-transforms.cabal

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,15 @@ cabal-version: >=1.10
2828
extra-source-files:
2929
NOTES.md
3030
README.md
31-
cbits/utf8proc.h
32-
cbits/utf8proc_data.h
31+
benchmark/data/*.txt
32+
cbits/*.h
3333
cbits/XQillaExport.hpp
3434
stack.yaml
35+
stack-7.8.yaml
36+
stack-7.10.yaml
37+
stack-8.0.yaml
38+
unicode-data/README.md
39+
unicode-data/ucd/NormalizationTest.txt
3540

3641
library
3742
default-language: Haskell98
@@ -45,11 +50,11 @@ library
4550

4651
exposed-modules: Data.ByteString.UTF8.Normalize
4752
Data.Text.Normalize
48-
Data.Unicode.Types
4953
other-modules:
54+
Data.Unicode.Types
5055
Data.Unicode.UTF8Proc
5156

52-
build-depends: base >= 4 && < 5
57+
build-depends: base >= 4.7 && < 5
5358
, bytestring
5459
, text
5560

@@ -67,7 +72,7 @@ test-suite test
6772
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
6873
hs-source-dirs: test
6974
main-is: NormalizationTest.hs
70-
build-depends: base >= 4 && < 5
75+
build-depends: base >= 4.7 && < 5
7176
, split
7277
, text
7378
, unicode-transforms
@@ -83,14 +88,14 @@ Benchmark bench
8388
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
8489
hs-source-dirs: benchmark
8590
main-is: Benchmark.hs
86-
build-depends: base >= 4 && < 5
87-
, criterion
88-
, deepseq
91+
build-depends: base >= 4.7 && < 5
92+
, criterion >= 0.4.0
93+
, deepseq >= 1.1.0.0
8994
, filepath
9095
, path
9196
, path-io
9297
, text
93-
, text-icu
98+
, text-icu >= 0.6.2.1
9499
, unicode-transforms
95100

96101
source-repository head

0 commit comments

Comments
 (0)