Skip to content

Add travis ci #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 30, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion implicit-hie.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cabal-version: 2.0
--
-- see: https://github.com/sol/hpack
--
-- hash: 18f92037a7863d121ac45e847f7dc6177adf0ebc7951dfa1588340f86e64456b
-- hash: b2b829a658e33ea328c725dea732391089d03ffd2a216d413a75d88aefa7c181

name: implicit-hie
version: 0.1.0.0
Expand All @@ -18,6 +18,7 @@ maintainer: [email protected]
copyright: 2020
license: BSD3
license-file: LICENSE
tested-with: GHC==8.8.3
build-type: Simple
extra-source-files:
README.md
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#
# resolver: ./custom-snapshot.yaml
# resolver: https://example.com/snapshots/2018-01-01.yaml
resolver: lts-15.9
resolver: lts-15.14

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