Skip to content
Snippets Groups Projects
Unverified Commit 2031d91c authored by Julian Ospald's avatar Julian Ospald :tea: Committed by GitHub
Browse files

Merge pull request #212 from haskell/ghc-8.6

Drop support for GHC < 8.6
parents b06157be d5c333d6
No related branches found
No related tags found
No related merge requests found
...@@ -14,20 +14,20 @@ jobs: ...@@ -14,20 +14,20 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-latest]
ghc: ['8.0.2', '8.2.2', '8.4.4', '8.6.5', '8.8.4', '8.10.7', '9.0.2', '9.2.7', '9.4.5', '9.6.1'] ghc: ['8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8']
cabal: ['3.8.1.0'] cabal: ['3.8.1.0']
include: include:
- os: macOS-latest - os: macOS-latest
ghc: '9.4.5' ghc: '9.4'
cabal: '3.8.1.0' cabal: '3.8.1.0'
- os: macOS-latest - os: macOS-latest
ghc: '9.6.1' ghc: '9.6'
cabal: '3.8.1.0' cabal: '3.8.1.0'
- os: windows-latest - os: windows-latest
ghc: '9.4.5' ghc: '9.4'
cabal: '3.8.1.0' cabal: '3.8.1.0'
- os: windows-latest - os: windows-latest
ghc: '9.6.1' ghc: '9.6'
cabal: '3.8.1.0' cabal: '3.8.1.0'
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
...@@ -48,7 +48,6 @@ jobs: ...@@ -48,7 +48,6 @@ jobs:
- name: Build - name: Build
run: | run: |
set -eux set -eux
[ "$(ghc --numeric-version)" = "${{ matrix.ghc }}" ]
cabal update cabal update
cabal build --enable-tests --enable-benchmarks cabal build --enable-tests --enable-benchmarks
cabal test cabal test
......
...@@ -16,14 +16,14 @@ category: System ...@@ -16,14 +16,14 @@ category: System
build-type: Simple build-type: Simple
synopsis: Library for manipulating FilePaths in a cross platform way. synopsis: Library for manipulating FilePaths in a cross platform way.
tested-with: tested-with:
GHC ==8.0.2 GHC ==8.6.5
|| ==8.2.2
|| ==8.4.4
|| ==8.6.5
|| ==8.8.4 || ==8.8.4
|| ==8.10.7 || ==8.10.7
|| ==9.0.2 || ==9.0.2
|| ==9.2.3 || ==9.2.8
|| ==9.4.8
|| ==9.6.3
|| ==9.8.1
description: description:
This package provides functionality for manipulating @FilePath@ values, and is shipped with <https://www.haskell.org/ghc/ GHC>. It provides two variants for filepaths: This package provides functionality for manipulating @FilePath@ values, and is shipped with <https://www.haskell.org/ghc/ GHC>. It provides two variants for filepaths:
...@@ -91,7 +91,7 @@ library ...@@ -91,7 +91,7 @@ library
default-language: Haskell2010 default-language: Haskell2010
build-depends: build-depends:
, base >=4.9 && <4.20 , base >=4.12.0.0 && <4.20
, bytestring >=0.11.3.0 , bytestring >=0.11.3.0
, deepseq , deepseq
, exceptions , exceptions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment