Commit d37b0cb 1 parent 4b91a95 commit d37b0cb Copy full SHA for d37b0cb
File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
# New since last release
2
2
3
+ # New in 1.3.4
4
+ + Renamed 'forall' function for compability with future GHC releases
5
+ + Updated version bounds
6
+ + Bugfixes
3
7
# New in 1.3.3
4
8
+ Updated to work with GHC 8.8 and cabal 3.0
5
9
+ Bugfixes and documentation updates
Original file line number Diff line number Diff line change 1
1
version : 1.0.{build}
2
2
init :
3
3
- ps : >-
4
- choco install cabal --no-progress
4
+ choco install cabal --version=3.4.1.0 -- no-progress
5
5
6
6
mkdir C:\ghc
7
7
11
11
12
12
7z x C:\ghc\ghc.tar -oC:\ghc
13
13
14
- $env:PATH="$env:PATH;c:\ghc\ghc-8.10.2 \bin;$HOME\AppData\Roaming\cabal\bin"
14
+ $env:PATH="$env:PATH;c:\ghc\ghc-8.10.7 \bin;$HOME\AppData\Roaming\cabal\bin"
15
15
16
16
cabal update
17
17
@@ -22,6 +22,6 @@ environment:
22
22
MSYS2_PATH_TYPE : inherit
23
23
build_script :
24
24
- ps : >-
25
- c:\msys64\usr\bin\bash -l -c "cd $env:current_posix && cabal install -fffi --enable-tests 2>&1"
25
+ c:\msys64\usr\bin\bash -l -c "cd $env:current_posix && cabal v1- install -fffi --enable-tests 2>&1"
26
26
test_script :
27
27
- ps : c:\msys64\usr\bin\bash -l -c "cd $env:current_posix && make test_c 2>&1"
Original file line number Diff line number Diff line change 1
1
Cabal-Version : 2.4
2
2
Name : idris
3
- Version : 1.3.3
3
+ Version : 1.3.4
4
4
License : BSD-3-Clause
5
5
License-file : LICENSE
6
6
Author : Edwin Brady
You can’t perform that action at this time.
0 commit comments