summaryrefslogtreecommitdiffhomepage
path: root/doc/bugs/fails_to_build_against_current_LTS_Haskell.mdwn
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-08-10 14:24:24 -0400
committerSean Whitton <spwhitton@spwhitton.name>2017-08-10 14:24:24 -0400
commit0c245290968dcc14f925c0f05c5c2f4ed1a70a54 (patch)
tree5165874e622a1fba7d173a8c8ea424a38da711ee /doc/bugs/fails_to_build_against_current_LTS_Haskell.mdwn
parent3b792db55d06c97ee632781fbafffe29f45089c1 (diff)
parent5cbb0a14e5413e3bf7835a48a38df1184129d0b6 (diff)
downloaddebug-me-0c245290968dcc14f925c0f05c5c2f4ed1a70a54.tar.gz
Merge tag '1.20170810'
tagging package debug-me version 1.20170810 # gpg: Signature made Thu 10 Aug 2017 02:18:04 PM EDT # gpg: using RSA key 28A500C35207EAB72F6C0F25DB12DB0FF05F8F38 # gpg: Good signature from "Joey Hess <joeyh@joeyh.name>" [unknown] # gpg: WARNING: This key is not certified with a trusted signature! # gpg: There is no indication that the signature belongs to the owner. # Primary key fingerprint: E85A 5F63 B31D 24C1 EBF0 D81C C910 D922 2512 E3C7 # Subkey fingerprint: 28A5 00C3 5207 EAB7 2F6C 0F25 DB12 DB0F F05F 8F38
Diffstat (limited to 'doc/bugs/fails_to_build_against_current_LTS_Haskell.mdwn')
-rw-r--r--doc/bugs/fails_to_build_against_current_LTS_Haskell.mdwn15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/bugs/fails_to_build_against_current_LTS_Haskell.mdwn b/doc/bugs/fails_to_build_against_current_LTS_Haskell.mdwn
new file mode 100644
index 0000000..52b9faf
--- /dev/null
+++ b/doc/bugs/fails_to_build_against_current_LTS_Haskell.mdwn
@@ -0,0 +1,15 @@
+debug-me fails to build against LTS 8.23:
+
+ ...
+ [20 of 32] Compiling WebSockets ( WebSockets.hs,
+ dist/build/debug-me/debug-me-tmp/WebSockets.o )
+
+ WebSockets.hs:96:9: error:
+ `fromDataMessage' is not a (visible) method of class `WebSocketsData'
+
+ WebSockets.hs:123:11: error:
+ Not in scope: `connectionCompressionOptions'
+ Makefile:29: recipe for target 'debug-me' failed
+ make[2]: *** [debug-me] Error 1
+
+--spwhitton