summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Announcer.hs1
-rw-r--r--dht-client.cabal1
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 #-}
4module Announcer 5module 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