Skip to content

Commit b095f8b

Browse files
committed
Enable windows build
1 parent 3dfaebf commit b095f8b

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,9 @@ jobs:
8484
- os: ubuntu-latest
8585
ghc: '8.6.5'
8686
test: true
87-
# Blocked on unix-compat
88-
# https://github.com/jacobstanley/unix-compat/issues/52
89-
# - os: windows-latest
90-
# ghc: '9.2.1'
91-
# test: true
87+
- os: windows-latest
88+
ghc: '9.2.1'
89+
test: true
9290
- os: windows-latest
9391
ghc: '9.0.1'
9492
test: true

cabal-ghc921.project

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ source-repository-package
3838
tag: 2fe891ae15a89cfb6f1b687abf3af0e3b512c751
3939
-- https://github.com/alanz/ghc-exactprint/pull/110
4040

41+
source-repository-package
42+
type: git
43+
location: https://github.com/tfausak/unix-compat
44+
tag: 154c3a63f154cb49c51d5f9d13488e8119631d8a
45+
-- To fix windows build
46+
-- https://github.com/jacobstanley/unix-compat/pull/47
47+
4148
source-repository-package
4249
type: git
4350
location: https://github.com/Bodigrim/th-extras

0 commit comments

Comments
 (0)