Skip to content

Commit

Permalink
upgrade to latest GHC version
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Apr 24, 2024
1 parent f04b0c8 commit dba56a7
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 136 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,26 +23,23 @@ jobs:
fail-fast: false
matrix:
include:
- os: macos-latest
- os: ubuntu-latest
- os: windows-latest

steps:

# setup:

- name: Check out
uses: actions/checkout@v2
uses: actions/checkout@v4


- name: Setup Haskell
id: setup-haskell-cabal
uses: haskell/actions/setup@v1
uses: haskell-actions/setup@v2
with:
ghc-version: '8.10'
enable-stack: true
ghc-version: '9.8'

# actions

- name: Test
run: stack test
run: cabal test --test-show-details=always
2 changes: 1 addition & 1 deletion .github/workflows/hlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
HLINT_ACTION_LOG_LEVEL: debug
steps:
- name: Check out
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up HLint
uses: rwe/actions-hlint-setup@v1
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.hi
*.o
.stack-work
dist-newstyle
15 changes: 5 additions & 10 deletions language-docker.cabal
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 528820a99687ed9372038487df42e487d63b867ed312d39e8e51b6d1bf4cf7d9
cabal-version: 2.0

name: language-docker
version: 12.2.0
version: 13.0.0
synopsis: Dockerfile parser, pretty-printer and embedded DSL
description: All functions for parsing and pretty-printing Dockerfiles are exported through @Language.Docker@. For more fine-grained operations look for specific modules that implement a certain functionality.
See the <https://github.com/hadolint/language-docker GitHub project> for the source-code and examples.
Expand Down Expand Up @@ -83,7 +77,7 @@ library
, split >=0.2
, text
, time
default-language: Haskell2010
default-language: GHC2021

test-suite hspec
type: exitcode-stdio-1.0
Expand Down Expand Up @@ -125,4 +119,5 @@ test-suite hspec
, split >=0.2
, text
, time
default-language: Haskell2010
default-language: GHC2021
build-tool-depends: hspec-discover:hspec-discover == 2.*
84 changes: 0 additions & 84 deletions package.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions stack-gh-pages

This file was deleted.

7 changes: 0 additions & 7 deletions stack.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions stack.yaml.lock

This file was deleted.

0 comments on commit dba56a7

Please sign in to comment.