Remove test code + upgrade to ls 7.2
Former-commit-id: 71d4fd645deb0139d101b6116c9135c68c1d6a8e Former-commit-id: 7059648a18c785153d3fc33a456741620d20bf49 [formerly cf731f008be1159e6a853f2afd568e8c0612bde3 [formerly cf731f008be1159e6a853f2afd568e8c0612bde3 [formerly cf731f008be1159e6a853f2afd568e8c0612bde3 [formerly 8db96c28f81ffc0c2cbe722c509e9efa5d992b08]]]] Former-commit-id: fa08c8d8d2857a41c4e77b5aeb3d05271ebf75f8 Former-commit-id: 05c20ad6ce01cfc5d2676c9b5ecdd9201f07705a Former-commit-id: 2f6c4808ec23bd6b38581b3f5ff24f024648bdd1 Former-commit-id: c755a7050026caafaa9bb91fede5ed7ab2e42743 [formerly b2d3ad3fd179f2071903cfa20ad62b7b4aacc073] Former-commit-id: 61c646a41feef120a0532206a1ff098f3d4fa372
This commit is contained in:
parent
cbce46fb44
commit
7195336f6b
2 changed files with 1 additions and 6 deletions
|
@ -281,8 +281,3 @@ propagateWrites hTunnel hOther = do
|
||||||
unless (null payload) (write hTunnel payload >> propagateWrites hTunnel hOther)
|
unless (null payload) (write hTunnel payload >> propagateWrites hTunnel hOther)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
toto :: String -> Connection
|
|
||||||
toto = undefined
|
|
||||||
toto :: Int -> Connection
|
|
||||||
toto = undefined
|
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
# resolver:
|
# resolver:
|
||||||
# name: custom-snapshot
|
# name: custom-snapshot
|
||||||
# location: "./custom-snapshot.yaml"
|
# location: "./custom-snapshot.yaml"
|
||||||
resolver: lts-7.0
|
resolver: lts-7.2
|
||||||
|
|
||||||
# User packages to be built.
|
# User packages to be built.
|
||||||
# Various formats can be used as shown in the example below.
|
# Various formats can be used as shown in the example below.
|
||||||
|
|
Loading…
Reference in a new issue