diff options
author | James Crayne <jim.crayne@gmail.com> | 2017-10-31 21:42:51 +0000 |
---|---|---|
committer | James Crayne <jim.crayne@gmail.com> | 2017-10-31 21:42:51 +0000 |
commit | e7543a3f661aad9310ca662f5e24b3f6083039a9 (patch) | |
tree | a2c530e68963ff9504024adcffbcacf1d0277dd4 | |
parent | 9eef4cbd00586df2fad36f3cab3d04b807b92e2f (diff) |
fix cabal build
-rw-r--r-- | Announcer.hs | 1 | ||||
-rw-r--r-- | dht-client.cabal | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Announcer.hs b/Announcer.hs index 8008267c..a9b30940 100644 --- a/Announcer.hs +++ b/Announcer.hs | |||
@@ -1,6 +1,7 @@ | |||
1 | {-# LANGUAGE ExistentialQuantification #-} | 1 | {-# LANGUAGE ExistentialQuantification #-} |
2 | {-# LANGUAGE GeneralizedNewtypeDeriving #-} | 2 | {-# LANGUAGE GeneralizedNewtypeDeriving #-} |
3 | {-# LANGUAGE LambdaCase #-} | 3 | {-# LANGUAGE LambdaCase #-} |
4 | {-# LANGUAGE NondecreasingIndentation #-} | ||
4 | module Announcer | 5 | module Announcer |
5 | ( Announcer | 6 | ( Announcer |
6 | , AnnounceKey | 7 | , AnnounceKey |
diff --git a/dht-client.cabal b/dht-client.cabal index 78492e65..243f8a75 100644 --- a/dht-client.cabal +++ b/dht-client.cabal | |||
@@ -95,6 +95,7 @@ library | |||
95 | Text.XXD | 95 | Text.XXD |
96 | Roster | 96 | Roster |
97 | Announcer | 97 | Announcer |
98 | Ticker | ||
98 | 99 | ||
99 | build-depends: base | 100 | build-depends: base |
100 | , containers | 101 | , containers |