Skip to content

Commit 536fa1c

Browse files
authored
Merge pull request #292 from phadej/travis-update
Regenerate .travis.yml, bump version to 1.2.4.1
2 parents 80cb9ee + d5118aa commit 536fa1c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+288
-292
lines changed

.travis.yml

Lines changed: 96 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
# This Travis job script has been generated by a script via
22
#
3-
# haskell-ci 'text.cabal'
3+
# haskell-ci '--config=cabal.haskell-ci' 'cabal.project'
4+
#
5+
# To regenerate the script (for example after adjusting tested-with) run
6+
#
7+
# haskell-ci regenerate
48
#
59
# For more information, see https://github.com/haskell-CI/haskell-ci
610
#
7-
# version: 0.3.20190521
11+
# version: 0.10.1
812
#
13+
version: ~> 1.0
914
language: c
15+
os: linux
1016
dist: xenial
1117
git:
1218
# whether to recursively clone submodules
@@ -15,6 +21,7 @@ cache:
1521
directories:
1622
- $HOME/.cabal/packages
1723
- $HOME/.cabal/store
24+
- $HOME/.hlint
1825
before_cache:
1926
- rm -fv $CABALHOME/packages/hackage.haskell.org/build-reports.log
2027
# remove files that are regenerated by 'cabal update'
@@ -24,68 +31,67 @@ before_cache:
2431
- rm -fv $CABALHOME/packages/hackage.haskell.org/01-index.tar
2532
- rm -fv $CABALHOME/packages/hackage.haskell.org/01-index.tar.idx
2633
- rm -rfv $CABALHOME/packages/head.hackage
27-
matrix:
34+
jobs:
2835
include:
36+
- compiler: ghc-8.10.1
37+
addons: {"apt":{"sources":[{"sourceline":"deb http://ppa.launchpad.net/hvr/ghc/ubuntu xenial main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"}],"packages":["ghc-8.10.1","cabal-install-3.2"]}}
38+
os: linux
39+
- compiler: ghc-8.8.3
40+
addons: {"apt":{"sources":[{"sourceline":"deb http://ppa.launchpad.net/hvr/ghc/ubuntu xenial main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"}],"packages":["ghc-8.8.3","cabal-install-3.2"]}}
41+
os: linux
2942
- compiler: ghc-8.6.5
30-
addons: {"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.6.5","cabal-install-2.4"]}}
43+
addons: {"apt":{"sources":[{"sourceline":"deb http://ppa.launchpad.net/hvr/ghc/ubuntu xenial main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"}],"packages":["ghc-8.6.5","cabal-install-3.2"]}}
44+
os: linux
3145
- compiler: ghc-8.4.4
32-
addons: {"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.4.4","cabal-install-2.4"]}}
46+
addons: {"apt":{"sources":[{"sourceline":"deb http://ppa.launchpad.net/hvr/ghc/ubuntu xenial main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"}],"packages":["ghc-8.4.4","cabal-install-3.2"]}}
47+
os: linux
3348
- compiler: ghc-8.2.2
34-
addons: {"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.2.2","cabal-install-2.4"]}}
49+
addons: {"apt":{"sources":[{"sourceline":"deb http://ppa.launchpad.net/hvr/ghc/ubuntu xenial main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"}],"packages":["ghc-8.2.2","cabal-install-3.2"]}}
50+
os: linux
3551
- compiler: ghc-8.0.2
36-
addons: {"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.0.2","cabal-install-2.4"]}}
52+
addons: {"apt":{"sources":[{"sourceline":"deb http://ppa.launchpad.net/hvr/ghc/ubuntu xenial main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"}],"packages":["ghc-8.0.2","cabal-install-3.2"]}}
53+
os: linux
3754
- compiler: ghc-7.10.3
38-
addons: {"apt":{"sources":["hvr-ghc"],"packages":["ghc-7.10.3","cabal-install-2.4"]}}
55+
addons: {"apt":{"sources":[{"sourceline":"deb http://ppa.launchpad.net/hvr/ghc/ubuntu xenial main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"}],"packages":["ghc-7.10.3","cabal-install-3.2"]}}
56+
os: linux
3957
- compiler: ghc-7.8.4
40-
addons: {"apt":{"sources":["hvr-ghc"],"packages":["ghc-7.8.4","cabal-install-2.4"]}}
58+
addons: {"apt":{"sources":[{"sourceline":"deb http://ppa.launchpad.net/hvr/ghc/ubuntu xenial main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"}],"packages":["ghc-7.8.4","cabal-install-3.2"]}}
59+
os: linux
4160
- compiler: ghc-7.6.3
42-
addons: {"apt":{"sources":["hvr-ghc"],"packages":["ghc-7.6.3","cabal-install-2.4"]}}
61+
addons: {"apt":{"sources":[{"sourceline":"deb http://ppa.launchpad.net/hvr/ghc/ubuntu xenial main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"}],"packages":["ghc-7.6.3","cabal-install-3.2"]}}
62+
os: linux
4363
- compiler: ghc-7.4.2
44-
addons: {"apt":{"sources":["hvr-ghc"],"packages":["ghc-7.4.2","cabal-install-2.4"]}}
64+
addons: {"apt":{"sources":[{"sourceline":"deb http://ppa.launchpad.net/hvr/ghc/ubuntu xenial main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"}],"packages":["ghc-7.4.2","cabal-install-3.2"]}}
65+
os: linux
4566
- compiler: ghc-7.2.2
46-
addons: {"apt":{"sources":["hvr-ghc"],"packages":["ghc-7.2.2","cabal-install-2.4"]}}
67+
addons: {"apt":{"sources":[{"sourceline":"deb http://ppa.launchpad.net/hvr/ghc/ubuntu xenial main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"}],"packages":["ghc-7.2.2","cabal-install-3.2"]}}
68+
os: linux
4769
- compiler: ghc-7.0.4
48-
addons: {"apt":{"sources":["hvr-ghc"],"packages":["ghc-7.0.4","cabal-install-2.4"]}}
70+
addons: {"apt":{"sources":[{"sourceline":"deb http://ppa.launchpad.net/hvr/ghc/ubuntu xenial main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"}],"packages":["ghc-7.0.4","cabal-install-3.2"]}}
71+
os: linux
4972
before_install:
5073
- HC=$(echo "/opt/$CC/bin/ghc" | sed 's/-/\//')
74+
- WITHCOMPILER="-w $HC"
75+
- HADDOCK=$(echo "/opt/$CC/bin/haddock" | sed 's/-/\//')
5176
- HCPKG="$HC-pkg"
5277
- unset CC
5378
- CABAL=/opt/ghc/bin/cabal
5479
- CABALHOME=$HOME/.cabal
5580
- export PATH="$CABALHOME/bin:$PATH"
5681
- TOP=$(pwd)
57-
- HCNUMVER=$(( $(${HC} --numeric-version|sed -E 's/([0-9]+)\.([0-9]+)\.([0-9]+).*/\1 * 10000 + \2 * 100 + \3/') ))
82+
- "HCNUMVER=$(${HC} --numeric-version|perl -ne '/^(\\d+)\\.(\\d+)\\.(\\d+)(\\.(\\d+))?$/; print(10000 * $1 + 100 * $2 + ($3 == 0 ? $5 != 1 : $3))')"
5883
- echo $HCNUMVER
59-
- CABAL="$CABAL -vnormal+nowrap+markoutput"
84+
- CABAL="$CABAL -vnormal+nowrap"
6085
- set -o pipefail
61-
- |
62-
echo 'function blue(s) { printf "\033[0;34m" s "\033[0m " }' >> .colorful.awk
63-
echo 'BEGIN { state = "output"; }' >> .colorful.awk
64-
echo '/^-----BEGIN CABAL OUTPUT-----$/ { state = "cabal" }' >> .colorful.awk
65-
echo '/^-----END CABAL OUTPUT-----$/ { state = "output" }' >> .colorful.awk
66-
echo '!/^(-----BEGIN CABAL OUTPUT-----|-----END CABAL OUTPUT-----)/ {' >> .colorful.awk
67-
echo ' if (state == "cabal") {' >> .colorful.awk
68-
echo ' print blue($0)' >> .colorful.awk
69-
echo ' } else {' >> .colorful.awk
70-
echo ' print $0' >> .colorful.awk
71-
echo ' }' >> .colorful.awk
72-
echo '}' >> .colorful.awk
73-
- cat .colorful.awk
74-
- |
75-
color_cabal_output () {
76-
awk -f $TOP/.colorful.awk
77-
}
78-
- echo text | color_cabal_output
79-
install:
80-
- ${CABAL} --version
81-
- echo "$(${HC} --version) [$(${HC} --print-project-git-commit-id 2> /dev/null || echo '?')]"
8286
- TEST=--enable-tests
8387
- BENCH=--enable-benchmarks
84-
- GHCHEAD=${GHCHEAD-false}
88+
- if [ $HCNUMVER -lt 70400 ] ; then BENCH=--disable-benchmarks ; fi
89+
- HEADHACKAGE=false
8590
- rm -f $CABALHOME/config
8691
- |
8792
echo "verbose: normal +nowrap +markoutput" >> $CABALHOME/config
8893
echo "remote-build-reporting: anonymous" >> $CABALHOME/config
94+
echo "write-ghc-environment-files: always" >> $CABALHOME/config
8995
echo "remote-repo-cache: $CABALHOME/packages" >> $CABALHOME/config
9096
echo "logs-dir: $CABALHOME/logs" >> $CABALHOME/config
9197
echo "world-file: $CABALHOME/world" >> $CABALHOME/config
@@ -98,61 +104,93 @@ install:
98104
echo " prefix: $CABALHOME" >> $CABALHOME/config
99105
echo "repository hackage.haskell.org" >> $CABALHOME/config
100106
echo " url: http://hackage.haskell.org/" >> $CABALHOME/config
107+
install:
108+
- ${CABAL} --version
109+
- echo "$(${HC} --version) [$(${HC} --print-project-git-commit-id 2> /dev/null || echo '?')]"
110+
- |
111+
echo "program-default-options" >> $CABALHOME/config
112+
echo " ghc-options: $GHCJOBS +RTS -M6G -RTS" >> $CABALHOME/config
101113
- cat $CABALHOME/config
102114
- rm -fv cabal.project cabal.project.local cabal.project.freeze
103115
- travis_retry ${CABAL} v2-update -v
104116
# Generate cabal.project
105117
- rm -rf cabal.project cabal.project.local cabal.project.freeze
106118
- touch cabal.project
107119
- |
108-
echo 'packages: "."' >> cabal.project
120+
echo "packages: ." >> cabal.project
121+
echo "packages: tests" >> cabal.project
122+
echo "packages: th-tests" >> cabal.project
123+
if [ $HCNUMVER -ge 71000 ] ; then echo "packages: benchmarks" >> cabal.project ; fi
124+
- if [ $HCNUMVER -ge 80200 ] ; then echo 'package text' >> cabal.project ; fi
125+
- "if [ $HCNUMVER -ge 80200 ] ; then echo ' ghc-options: -Werror=missing-methods' >> cabal.project ; fi"
126+
- if [ $HCNUMVER -ge 80200 ] ; then echo 'package text-tests' >> cabal.project ; fi
127+
- "if [ $HCNUMVER -ge 80200 ] ; then echo ' ghc-options: -Werror=missing-methods' >> cabal.project ; fi"
128+
- if [ $HCNUMVER -ge 80200 ] ; then echo 'package th-tests' >> cabal.project ; fi
129+
- "if [ $HCNUMVER -ge 80200 ] ; then echo ' ghc-options: -Werror=missing-methods' >> cabal.project ; fi"
130+
- if [ $HCNUMVER -ge 80200 ] ; then echo 'package text-benchmarks' >> cabal.project ; fi
131+
- "if [ $HCNUMVER -ge 80200 ] ; then echo ' ghc-options: -Werror=missing-methods' >> cabal.project ; fi"
109132
- |
110-
echo "write-ghc-environment-files: always" >> cabal.project
111-
- "for pkg in $($HCPKG list --simple-output); do echo $pkg | sed 's/-[^-]*$//' | (grep -vE -- '^(text)$' || true) | sed 's/^/constraints: /' | sed 's/$/ installed/' >> cabal.project.local; done"
133+
- "for pkg in $($HCPKG list --simple-output); do echo $pkg | sed 's/-[^-]*$//' | (grep -vE -- '^(parsec|text|text-benchmarks|text-tests|th-tests)$' || true) | sed 's/^/constraints: /' | sed 's/$/ installed/' >> cabal.project.local; done"
112134
- cat cabal.project || true
113135
- cat cabal.project.local || true
114136
- if [ -f "./configure.ac" ]; then (cd "." && autoreconf -i); fi
115-
- ${CABAL} v2-freeze -w ${HC} ${TEST} ${BENCH} | color_cabal_output
137+
- if [ -f "tests/configure.ac" ]; then (cd "tests" && autoreconf -i); fi
138+
- if [ -f "th-tests/configure.ac" ]; then (cd "th-tests" && autoreconf -i); fi
139+
- if [ -f "benchmarks/configure.ac" ]; then (cd "benchmarks" && autoreconf -i); fi
140+
- ${CABAL} v2-freeze $WITHCOMPILER ${TEST} ${BENCH}
116141
- "cat cabal.project.freeze | sed -E 's/^(constraints: *| *)//' | sed 's/any.//'"
117142
- rm cabal.project.freeze
118-
- ${CABAL} v2-build -w ${HC} ${TEST} ${BENCH} --dep -j2 all | color_cabal_output
119-
- ${CABAL} v2-build -w ${HC} --disable-tests --disable-benchmarks --dep -j2 all | color_cabal_output
120143
script:
121144
- DISTDIR=$(mktemp -d /tmp/dist-test.XXXX)
122145
# Packaging...
123-
- ${CABAL} v2-sdist all | color_cabal_output
146+
- ${CABAL} v2-sdist all
124147
# Unpacking...
125148
- mv dist-newstyle/sdist/*.tar.gz ${DISTDIR}/
126-
- cp -av th-tests ${DISTDIR}/th-tests.src
127149
- cd ${DISTDIR} || false
128-
- find . -maxdepth 1 -name '*.tar.gz' -exec tar -xvf '{}' \;
150+
- find . -maxdepth 1 -type f -name '*.tar.gz' -exec tar -xvf '{}' \;
151+
- find . -maxdepth 1 -type f -name '*.tar.gz' -exec rm '{}' \;
152+
- PKGDIR_text="$(find . -maxdepth 1 -type d -regex '.*/text-[0-9.]*')"
153+
- PKGDIR_text_tests="$(find . -maxdepth 1 -type d -regex '.*/text-tests-[0-9.]*')"
154+
- PKGDIR_th_tests="$(find . -maxdepth 1 -type d -regex '.*/th-tests-[0-9.]*')"
155+
- PKGDIR_text_benchmarks="$(find . -maxdepth 1 -type d -regex '.*/text-benchmarks-[0-9.]*')"
129156
# Generate cabal.project
130157
- rm -rf cabal.project cabal.project.local cabal.project.freeze
131158
- touch cabal.project
132159
- |
133-
echo 'packages: "text-*/*.cabal"' >> cabal.project
134-
- |
135-
echo 'packages: ./th-tests.src/' >> cabal.project
160+
echo "packages: ${PKGDIR_text}" >> cabal.project
161+
echo "packages: ${PKGDIR_text_tests}" >> cabal.project
162+
echo "packages: ${PKGDIR_th_tests}" >> cabal.project
163+
if [ $HCNUMVER -ge 71000 ] ; then echo "packages: ${PKGDIR_text_benchmarks}" >> cabal.project ; fi
164+
- if [ $HCNUMVER -ge 80200 ] ; then echo 'package text' >> cabal.project ; fi
165+
- "if [ $HCNUMVER -ge 80200 ] ; then echo ' ghc-options: -Werror=missing-methods' >> cabal.project ; fi"
166+
- if [ $HCNUMVER -ge 80200 ] ; then echo 'package text-tests' >> cabal.project ; fi
167+
- "if [ $HCNUMVER -ge 80200 ] ; then echo ' ghc-options: -Werror=missing-methods' >> cabal.project ; fi"
168+
- if [ $HCNUMVER -ge 80200 ] ; then echo 'package th-tests' >> cabal.project ; fi
169+
- "if [ $HCNUMVER -ge 80200 ] ; then echo ' ghc-options: -Werror=missing-methods' >> cabal.project ; fi"
170+
- if [ $HCNUMVER -ge 80200 ] ; then echo 'package text-benchmarks' >> cabal.project ; fi
171+
- "if [ $HCNUMVER -ge 80200 ] ; then echo ' ghc-options: -Werror=missing-methods' >> cabal.project ; fi"
136172
- |
137-
echo "write-ghc-environment-files: always" >> cabal.project
138-
- "for pkg in $($HCPKG list --simple-output); do echo $pkg | sed 's/-[^-]*$//' | (grep -vE -- '^(text)$' || true) | sed 's/^/constraints: /' | sed 's/$/ installed/' >> cabal.project.local; done"
173+
- "for pkg in $($HCPKG list --simple-output); do echo $pkg | sed 's/-[^-]*$//' | (grep -vE -- '^(parsec|text|text-benchmarks|text-tests|th-tests)$' || true) | sed 's/^/constraints: /' | sed 's/$/ installed/' >> cabal.project.local; done"
139174
- cat cabal.project || true
140175
- cat cabal.project.local || true
141176
# Building...
142177
# this builds all libraries and executables (without tests/benchmarks)
143-
- ${CABAL} v2-build -w ${HC} --disable-tests --disable-benchmarks all | color_cabal_output
178+
- ${CABAL} v2-build $WITHCOMPILER --disable-tests --disable-benchmarks all
144179
# Building with tests and benchmarks...
145180
# build & run tests, build benchmarks
146-
- ${CABAL} v2-build -w ${HC} ${TEST} ${BENCH} all | color_cabal_output
181+
- ${CABAL} v2-build $WITHCOMPILER ${TEST} ${BENCH} all
147182
# Testing...
148-
- ${CABAL} v2-test -w ${HC} ${TEST} ${BENCH} all | color_cabal_output
183+
- ${CABAL} v2-test $WITHCOMPILER ${TEST} ${BENCH} all
149184
# cabal check...
150-
- (cd text-* && ${CABAL} -vnormal check)
185+
- (cd ${PKGDIR_text} && ${CABAL} -vnormal check)
186+
- (cd ${PKGDIR_text_tests} && ${CABAL} -vnormal check)
187+
- (cd ${PKGDIR_th_tests} && ${CABAL} -vnormal check)
188+
- if [ $HCNUMVER -ge 71000 ] ; then (cd ${PKGDIR_text_benchmarks} && ${CABAL} -vnormal check) ; fi
151189
# haddock...
152-
- ${CABAL} v2-haddock -w ${HC} ${TEST} ${BENCH} all | color_cabal_output
190+
- ${CABAL} v2-haddock $WITHCOMPILER --with-haddock $HADDOCK ${TEST} ${BENCH} all
153191
# Building without installed constraints for packages in global-db...
154192
- rm -f cabal.project.local
155-
- ${CABAL} v2-build -w ${HC} --disable-tests --disable-benchmarks all | color_cabal_output
193+
- ${CABAL} v2-build $WITHCOMPILER --disable-tests --disable-benchmarks all
156194

157-
# REGENDATA ["text.cabal"]
195+
# REGENDATA ("0.10.1",["--config=cabal.haskell-ci","cabal.project"])
158196
# EOF

benchmarks/LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../LICENSE

benchmarks/cbits

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../cbits
File renamed without changes.

benchmarks/include

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../include

benchmarks/src

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../src

benchmarks/text-benchmarks.cabal

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,22 @@ cabal-version: 1.12
22
name: text-benchmarks
33
version: 0.0.0.0
44
synopsis: Benchmarks for the text package
5-
description: Benchmarks for the text package
5+
description: Benchmarks for the text package.
66
homepage: https://bitbucket.org/bos/text
77
license: BSD2
8-
license-file: ../LICENSE
8+
license-file: LICENSE
99
author: Jasper Van der Jeugt <[email protected]>,
1010
Bryan O'Sullivan <[email protected]>,
1111
Tom Harper <[email protected]>,
1212
Duncan Coutts <[email protected]>
1313
maintainer: [email protected]
1414
category: Text
1515
build-type: Simple
16+
tested-with: GHC==8.10.1, GHC==8.8.3, GHC==8.6.5, GHC==8.4.4,
17+
GHC==8.2.2, GHC==8.0.2, GHC==7.10.3
18+
19+
extra-source-files:
20+
include/*.h
1621

1722
flag bytestring-builder
1823
description: Depend on the bytestring-builder package for backwards compatibility.
@@ -54,7 +59,7 @@ executable text-benchmarks
5459
build-depends: bytestring >= 0.10.4
5560

5661
-- modules for benchmark proper
57-
c-sources: cbits/time_iconv.c
62+
c-sources: cbits-bench/time_iconv.c
5863
hs-source-dirs: haskell
5964
main-is: Benchmarks.hs
6065
other-modules:
@@ -81,9 +86,9 @@ executable text-benchmarks
8186

8287
-- Source code for IUT (implementation under test)
8388
-- "borrowed" from parent folder
84-
include-dirs: ../include
85-
c-sources: ../cbits/cbits.c
86-
hs-source-dirs: ..
89+
include-dirs: include
90+
c-sources: cbits/cbits.c
91+
hs-source-dirs: src
8792
other-modules:
8893
Data.Text
8994
Data.Text.Array
@@ -132,6 +137,7 @@ executable text-benchmarks
132137

133138
default-language: Haskell2010
134139
default-extensions: NondecreasingIndentation
140+
other-extensions: DeriveAnyClass
135141

136142

137143
executable text-multilang

cabal.haskell-ci

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
benchmarks: >=7.4
2+
jobs-selection: any
3+
4+
installed: +all -text -parsec
5+
install-dependencies: False

cabal.project

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
-- See http://cabal.readthedocs.io/en/latest/nix-local-build-overview.html
2-
packages: ., benchmarks, th-tests
2+
packages: .
3+
packages: tests
4+
packages: th-tests
5+
packages: benchmarks
36
tests: True

changelog.md

Lines changed: 4 additions & 0 deletions

0 commit comments

Comments
 (0)