Skip to content

Commit

Permalink
Updated to lts-12.6
Browse files Browse the repository at this point in the history
Allowed newer was neccesary to prevent pulling in old cabal, process and base.
This needs to be fixed upstream, see gtk2hs/glade#7
  • Loading branch information
flip111 committed Aug 14, 2018
1 parent 926e5b1 commit 6c909d8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2)
resolver: lts-9.0
resolver: lts-12.6

# Local packages, usually specified by relative directory name
packages:
Expand All @@ -10,7 +10,9 @@ packages:
# Packages to be pulled from upstream that are not in the resolver (e.g., acme-missiles-0.3)
extra-deps:
- glade-0.13.1
- gtkglext-0.13.1.1
- gtkglext-0.13.2.0

allow-newer: true

# Override default flag values for local packages and extra-deps
flags: {}
Expand Down

0 comments on commit 6c909d8

Please sign in to comment.