From 7195336f6bdeed2ad10a9d42fc900dbb47b042c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Er=C3=A8be?= Date: Mon, 3 Oct 2016 11:36:39 +0200 Subject: [PATCH] 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 --- src/Tunnel.hs | 5 ----- stack.yaml | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/src/Tunnel.hs b/src/Tunnel.hs index ae33de0..d4f58a2 100644 --- a/src/Tunnel.hs +++ b/src/Tunnel.hs @@ -281,8 +281,3 @@ propagateWrites hTunnel hOther = do unless (null payload) (write hTunnel payload >> propagateWrites hTunnel hOther) - -toto :: String -> Connection -toto = undefined -toto :: Int -> Connection -toto = undefined diff --git a/stack.yaml b/stack.yaml index b467343..a9eaf31 100644 --- a/stack.yaml +++ b/stack.yaml @@ -15,7 +15,7 @@ # resolver: # name: custom-snapshot # location: "./custom-snapshot.yaml" -resolver: lts-7.0 +resolver: lts-7.2 # User packages to be built. # Various formats can be used as shown in the example below.