File: fails_to_build_against_current_LTS_Haskell.mdwn

package info (click to toggle)
debug-me 1.20181208-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 680 kB
  • sloc: haskell: 3,134; sh: 115; makefile: 80
file content (17 lines) | stat: -rw-r--r-- 498 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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

> [[fixed|done]] --[[Joey]]