summaryrefslogtreecommitdiff
path: root/doc/forum/secret-project_and_Module___8216__Graphics.UI.Threepenny__8217___does_not_export___8216__loadFile__8217__./comment_6_249337c7f647cca8f4e23c99897458d9._comment
blob: 9d540993ac27f18f94ea752bcfce77ca4b6f23b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[[!comment format=mdwn
 username="joey"
 subject="""comment 6"""
 date="2017-12-29T15:56:21Z"
 content="""
You need this for it to build with the newer stack:

	--- a/stack.yaml
	+++ b/stack.yaml
	@@ -4,4 +4,5 @@ packages:
	 resolver: lts-8.12
	 extra-deps:
	 - propellor-5.1.0
	+- archive: http://github.com/joeyh/threepenny-gui/archive/59242cf93bdb8eaa805f5c2b0241e9a1cba9a70f.zip
	 explicit-setup-deps:

However, that won't work with the 
[stack currently in debian](http://package.debian.org/haskell-stack)
and since secret-project later installs that version of stack and runs
it against the same stack.yaml file, I can't commit that change until 
Debian gets around to [upgrading haskell-stack](http://bugs.debian.org/877256)
"""]]