Skip to content

Commit 5637343

Browse files
authored
Merge pull request #7 from fendor/travis-ci
Add travis ci
2 parents 88e8f1c + b5ebf99 commit 5637343

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

implicit-hie.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cabal-version: 2.0
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: 18f92037a7863d121ac45e847f7dc6177adf0ebc7951dfa1588340f86e64456b
7+
-- hash: b2b829a658e33ea328c725dea732391089d03ffd2a216d413a75d88aefa7c181
88

99
name: implicit-hie
1010
version: 0.1.0.0
@@ -18,6 +18,7 @@ maintainer: [email protected]
1818
copyright: 2020
1919
license: BSD3
2020
license-file: LICENSE
21+
tested-with: GHC==8.8.3
2122
build-type: Simple
2223
extra-source-files:
2324
README.md

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#
1818
# resolver: ./custom-snapshot.yaml
1919
# resolver: https://example.com/snapshots/2018-01-01.yaml
20-
resolver: lts-15.9
20+
resolver: lts-15.14
2121

2222
# User packages to be built.
2323
# Various formats can be used as shown in the example below.

0 commit comments

Comments
 (0)