summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorspwhitton <spwhitton@web>2017-07-24 20:10:45 +0000
committeradmin <admin@branchable.com>2017-07-24 20:10:45 +0000
commitf108549cc9d5d863a9eef161a09beb9d7f9c6b10 (patch)
tree022175c179940d54a1491fb6731bc81ed32f7db0
parent628ebfe1e5e2c098b6daccb7b9b439dccadacfd5 (diff)
downloaddebug-me-f108549cc9d5d863a9eef161a09beb9d7f9c6b10.tar.gz
report bug
-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