-
Notifications
You must be signed in to change notification settings - Fork 8
Update to GHC 8.4, and LTS 11.2 #8
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
Open
mgajda
wants to merge
6
commits into
ddfisher:master
Choose a base branch
from
mgajda:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
d76285f
Update to GHC 8.4, and LTS 11.2
mgajda 0b39fbc
Updated example to Stack and GHC 8.4.3
mgajda 9981d94
Added more troubleshooting information.
mgajda 3f8165a
Bump up version number due to TemplateHaskell breaking change.
6cff807
Update Example dependencies.
74b46bd
Bumped major version number.
mgajda File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| .stack-work |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,64 @@ | ||
| # This file was automatically generated by 'stack init' | ||
| # | ||
| # Some commonly used options have been documented as comments in this file. | ||
| # For advanced use and comprehensive documentation of the format, please see: | ||
| # https://docs.haskellstack.org/en/stable/yaml_configuration/ | ||
|
|
||
| # Resolver to choose a 'specific' stackage snapshot or a compiler version. | ||
| # A snapshot resolver dictates the compiler version and the set of packages | ||
| # to be used for project dependencies. For example: | ||
| # | ||
| # resolver: lts-3.5 | ||
| # resolver: nightly-2015-09-21 | ||
| # resolver: ghc-7.10.2 | ||
| # | ||
| # The location of a snapshot can be provided as a file or url. Stack assumes | ||
| # a snapshot provided as a file might change, whereas a url resource does not. | ||
| # | ||
| # resolver: ./custom-snapshot.yaml | ||
| # resolver: https://example.com/snapshots/2018-01-01.yaml | ||
| resolver: lts-12.4 | ||
|
|
||
| # User packages to be built. | ||
| # Various formats can be used as shown in the example below. | ||
| # | ||
| # packages: | ||
| # - some-directory | ||
| # - https://example.com/foo/bar/baz-0.0.2.tar.gz | ||
| # - location: | ||
| # git: https://github.com/commercialhaskell/stack.git | ||
| # commit: e7b331f14bcffb8367cd58fbfc8b40ec7642100a | ||
| # - location: https://github.com/commercialhaskell/stack/commit/e7b331f14bcffb8367cd58fbfc8b40ec7642100a | ||
| # subdirs: | ||
| # - auto-update | ||
| # - wai | ||
| packages: | ||
| - . | ||
| # Dependency packages to be pulled from upstream that are not in the resolver | ||
| # using the same syntax as the packages field. | ||
| # (e.g., acme-missiles-0.3) | ||
| # extra-deps: [] | ||
|
|
||
| # Override default flag values for local packages and extra-deps | ||
| # flags: {} | ||
|
|
||
| # Extra package databases containing global packages | ||
| # extra-package-dbs: [] | ||
|
|
||
| # Control whether we use the GHC we find on the path | ||
| # system-ghc: true | ||
| # | ||
| # Require a specific version of stack, using version ranges | ||
| # require-stack-version: -any # Default | ||
| # require-stack-version: ">=1.8" | ||
| # | ||
| # Override the architecture used by stack, especially useful on Windows | ||
| # arch: i386 | ||
| # arch: x86_64 | ||
| # | ||
| # Extra directories used by stack for building | ||
| # extra-include-dirs: [/path/to/dir] | ||
| # extra-lib-dirs: [/path/to/dir] | ||
| # | ||
| # Allow a newer minor version of GHC than the snapshot specifies | ||
| # compiler-check: newer-minor |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.