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

Commit 2282afe

Browse files
committed
Drop support for GHC 7.10
It probably still works, but the tests require 8.0 now.
1 parent 5003ae5 commit 2282afe

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ cache:
88
- $HOME/.cabal
99

1010
ghc:
11-
- '7.10'
1211
- '8.0'
1312
- '8.2'
1413
- '8.4'

hslua-module-text.cabal

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ build-type: Simple
1313
extra-source-files: ChangeLog.md
1414
test/test-text.lua
1515
cabal-version: >=1.10
16-
tested-with: GHC == 7.10.3
17-
, GHC == 8.0.2
16+
tested-with: GHC == 8.0.2
1817
, GHC == 8.2.2
1918
, GHC == 8.4.4
2019
, GHC == 8.6.5
@@ -25,7 +24,7 @@ source-repository head
2524

2625
library
2726
exposed-modules: Foreign.Lua.Module.Text
28-
build-depends: base >= 4.7 && < 5
27+
build-depends: base >= 4.8 && < 5
2928
, bytestring >= 0.10.2 && < 0.11
3029
, hslua >= 1.0.3 && < 1.2
3130
, text >= 1 && < 1.3

0 commit comments

Comments
 (0)