File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 9
9
name : " Use newtype instead of data"
10
10
within :
11
11
- Data.Aeson.Types.Internal
12
+ - ignore :
13
+ name : " Use <=<"
14
+ within :
15
+ - Data.Aeson.Types.FromJSON
12
16
13
17
# CPP confuses
14
18
- ignore :
Original file line number Diff line number Diff line change 2
2
#
3
3
# haskell-ci '--config=cabal.haskell-ci' 'cabal.project'
4
4
#
5
+ # To regenerate the script (for example after adjusting tested-with) run
6
+ #
7
+ # haskell-ci regenerate
8
+ #
5
9
# For more information, see https://github.com/haskell-CI/haskell-ci
6
10
#
7
- # version: 0.9.20200406
11
+ # version: 0.10.1
8
12
#
9
13
version : ~> 1.0
10
14
language : c
@@ -98,7 +102,7 @@ install:
98
102
- cat $CABALHOME/config
99
103
- rm -fv cabal.project cabal.project.local cabal.project.freeze
100
104
- travis_retry ${CABAL} v2-update -v
101
- - if [ $HCNUMVER -ge 80800 ] && [ $HCNUMVER -lt 81000 ] ; then HLINTVER=$(cd /tmp && (${CABAL} v2-install -v $WITHCOMPILER --dry-run hlint --constraint='hlint ==2.2 .*' | perl -ne 'if (/\bhlint-(\d+(\.\d+)*)\b/) { print "$1"; last; }')); echo "HLint version $HLINTVER" ; fi
105
+ - if [ $HCNUMVER -ge 80800 ] && [ $HCNUMVER -lt 81000 ] ; then HLINTVER=$(cd /tmp && (${CABAL} v2-install -v $WITHCOMPILER --dry-run hlint --constraint='hlint ==3.1 .*' | perl -ne 'if (/\bhlint-(\d+(\.\d+)*)\b/) { print "$1"; last; }')); echo "HLint version $HLINTVER" ; fi
102
106
- " if [ $HCNUMVER -ge 80800 ] && [ $HCNUMVER -lt 81000 ] ; then if [ ! -e $HOME/.hlint/hlint-$HLINTVER/hlint ]; then echo \" Downloading HLint version $HLINTVER\" ; mkdir -p $HOME/.hlint; curl --write-out 'Status Code: %{http_code} Redirects: %{num_redirects} Total time: %{time_total} Total Dsize: %{size_download}\\ n' --silent --location --output $HOME/.hlint/hlint-$HLINTVER.tar.gz \" https://github.com/ndmitchell/hlint/releases/download/v$HLINTVER/hlint-$HLINTVER-x86_64-linux.tar.gz\" ; tar -xzv -f $HOME/.hlint/hlint-$HLINTVER.tar.gz -C $HOME/.hlint; fi ; fi"
103
107
- if [ $HCNUMVER -ge 80800 ] && [ $HCNUMVER -lt 81000 ] ; then mkdir -p $CABALHOME/bin && ln -sf "$HOME/.hlint/hlint-$HLINTVER/hlint" $CABALHOME/bin/hlint ; fi
104
108
- if [ $HCNUMVER -ge 80800 ] && [ $HCNUMVER -lt 81000 ] ; then hlint --version ; fi
@@ -182,5 +186,5 @@ script:
182
186
- cd $TOP || false
183
187
- ${CABAL} v2-build $WITHCOMPILER --project-file=cabal.bench.project all
184
188
185
- # REGENDATA ("0.9.20200406 ",["--config=cabal.haskell-ci","cabal.project"])
189
+ # REGENDATA ("0.10.1 ",["--config=cabal.haskell-ci","cabal.project"])
186
190
# EOF
You can’t perform that action at this time.
0 commit comments