aboutsummaryrefslogtreecommitdiff
path: root/src/BangState.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/BangState.hs')
-rw-r--r--src/BangState.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/BangState.hs b/src/BangState.hs
index 8eba764..d53fc47 100644
--- a/src/BangState.hs
+++ b/src/BangState.hs
@@ -23,7 +23,7 @@ import GHC.Conc
import Network.HTTP.Simple (Response, httpJSON, getResponseBody)
import System.AtomicWrite.Writer.LazyByteString (atomicWriteFile)
-import Bangs
+import Data.Bang
data BangState = BangState {
ownBangs :: TVar Bangs,