File tree Expand file tree Collapse file tree 4 files changed +14
-16
lines changed
Expand file tree Collapse file tree 4 files changed +14
-16
lines changed Original file line number Diff line number Diff line change 11packages :
22- ' .'
33resolver : lts-6.3
4- extra-deps :
5- - data-list-sequences-0.1
6- - bitarray-0.0.1.1
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ packages:
22- ' .'
33resolver : lts-2.22
44extra-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
Original file line number Diff line number Diff line change @@ -2,6 +2,4 @@ packages:
22- ' .'
33resolver : nightly-2016-06-07
44extra-deps :
5- - data-list-sequences-0.1
6- - bitarray-0.0.1.1
75- text-icu-0.7.0.1
Original file line number Diff line number Diff line change @@ -28,10 +28,15 @@ cabal-version: >=1.10
2828extra-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
3641library
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
96101source-repository head
You can’t perform that action at this time.
0 commit comments