Skip to content

Commit d37b0cb

Browse files
committed
Update version to 1.3.4
1 parent 4b91a95 commit d37b0cb

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# New since last release
22

3+
# New in 1.3.4
4+
+ Renamed 'forall' function for compability with future GHC releases
5+
+ Updated version bounds
6+
+ Bugfixes
37
# New in 1.3.3
48
+ Updated to work with GHC 8.8 and cabal 3.0
59
+ Bugfixes and documentation updates

appveyor.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 1.0.{build}
22
init:
33
- ps: >-
4-
choco install cabal --no-progress
4+
choco install cabal --version=3.4.1.0 --no-progress
55
66
mkdir C:\ghc
77
@@ -11,7 +11,7 @@ init:
1111
1212
7z x C:\ghc\ghc.tar -oC:\ghc
1313
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"
1515
1616
cabal update
1717
@@ -22,6 +22,6 @@ environment:
2222
MSYS2_PATH_TYPE: inherit
2323
build_script:
2424
- 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"
2626
test_script:
2727
- ps: c:\msys64\usr\bin\bash -l -c "cd $env:current_posix && make test_c 2>&1"

idris.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Cabal-Version: 2.4
22
Name: idris
3-
Version: 1.3.3
3+
Version: 1.3.4
44
License: BSD-3-Clause
55
License-file: LICENSE
66
Author: Edwin Brady

0 commit comments

Comments
 (0)