Skip to content
This repository was archived by the owner on Mar 22, 2021. It is now read-only.

Commit 42f7a38

Browse files
committed
Test with all major GHC versions from 8.0 upto 8.10
1 parent 7e4cfad commit 42f7a38

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@ cache:
1010
ghc:
1111
- '8.0'
1212
- '8.2'
13-
- '8.4'
14-
- '8.6'
13+
- '8.4.4'
14+
- '8.6.5'
15+
- '8.8.3'
16+
- '8.10.1'

hslua-module-system.cabal

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,12 @@ build-type: Simple
2020
extra-source-files: CHANGELOG.md
2121
, test/test-system.lua
2222
cabal-version: >=1.10
23-
tested-with: GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5
23+
tested-with: GHC == 8.0.2
24+
, GHC == 8.2.2
25+
, GHC == 8.4.4
26+
, GHC == 8.6.5
27+
, GHC == 8.8.3
28+
, GHC == 8.10.1
2429

2530
source-repository head
2631
type: git
@@ -31,9 +36,9 @@ library
3136
, containers >= 0.5 && < 0.7
3237
, directory >= 1.3 && < 1.4
3338
, exceptions >= 0.8 && < 0.11
39+
, filepath >= 1.4 && < 1.5
3440
, hslua >= 1.0.3 && < 1.2
3541
, temporary >= 1.2 && < 1.4
36-
, filepath >= 1.4 && < 1.5
3742
default-extensions: LambdaCase
3843
default-language: Haskell2010
3944
exposed-modules: Foreign.Lua.Module.System

0 commit comments

Comments
 (0)