File tree Expand file tree Collapse file tree 9 files changed +36
-229
lines changed Expand file tree Collapse file tree 9 files changed +36
-229
lines changed Original file line number Diff line number Diff line change 1- -- See http://cabal.readthedocs.io/en/latest/nix-local-build-overview.html
21packages : .
3- packages : tests
42packages : benchmarks
53tests : True
4+ constraints : semigroups -text -hashable -unordered-containers
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -76,14 +76,8 @@ extra-source-files:
7676 include/*.h
7777 scripts/*.hs
7878 tests-and-benchmarks.markdown
79- tests/*.hs
80- tests/.ghci
81- tests/Makefile
82- tests/Tests/*.hs
83- tests/Tests/Properties/*.hs
84- tests/cabal.config
85- tests/scripts/*.sh
86- tests/text-tests.cabal
79+ tests/literal-rule-test.sh
80+ tests/LiteralRuleTest.hs
8781
8882flag bytestring-builder
8983 description :
@@ -227,3 +221,36 @@ source-repository head
227221source-repository head
228222 type : mercurial
229223 location : https://bitbucket.org/bos/text
224+
225+ test-suite tests
226+ type : exitcode-stdio-1.0
227+ ghc-options :
228+ -Wall -threaded -rtsopts
229+
230+ hs-source-dirs : tests
231+ main-is : Tests.hs
232+ other-modules :
233+ Tests.Lift
234+ Tests.Properties
235+ Tests.Properties.Mul
236+ Tests.QuickCheckUtils
237+ Tests.Regressions
238+ Tests.SlowFunctions
239+ Tests.Utils
240+
241+ build-depends :
242+ QuickCheck >= 2.14.1 && < 2.15 ,
243+ base < 5 ,
244+ bytestring,
245+ deepseq,
246+ directory,
247+ quickcheck-unicode >= 1.0.1.0 ,
248+ random,
249+ tasty,
250+ tasty-hunit,
251+ tasty-quickcheck,
252+ template-haskell,
253+ text
254+
255+ default-language : Haskell2010
256+ default-extensions : NondecreasingIndentation
You can’t perform that action at this time.
0 commit comments