Skip to content

Commit

Permalink
Re-enable GHA dhall build on Windows (#2271)
Browse files Browse the repository at this point in the history
…but keep the problematic doctests disabled.

This reverts commit 06dac3d.

Context: #2237
  • Loading branch information
sjakobi authored Jul 30, 2021
1 parent 8aed637 commit 5fdc019
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,16 +74,6 @@ jobs:
name: dhall-nix
assets: >
bin/dhall-to-nix
# Temporarily exclude dhall on Windows due to
# https://github.com/dhall-lang/dhall-haskell/issues/2237
- os:
runner: windows-latest
package: windows
package:
name: dhall
assets: >
bin/dhall
share/man/man1/dhall.1
fail-fast: false
name: ${{ matrix.package.name }} on ${{ matrix.os.runner }}
runs-on: ${{ matrix.os.runner }}
Expand Down
3 changes: 3 additions & 0 deletions dhall/dhall.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -711,6 +711,9 @@ Test-Suite doctest
filepath < 1.5 ,
mockery < 0.4 ,
doctest >= 0.7.0 && < 0.19
if os(windows)
-- https://github.com/dhall-lang/dhall-haskell/issues/2237
Buildable: False
Default-Language: Haskell2010

Benchmark dhall-parser
Expand Down

0 comments on commit 5fdc019

Please sign in to comment.