summaryrefslogtreecommitdiff
path: root/lib/Hosts.hs
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2019-07-13 16:28:36 -0400
committerAndrew Cady <d@jerkface.net>2019-07-13 16:28:36 -0400
commitda8b20a6cc480476ec4ae9d009e7ebaa3a73b87e (patch)
treef4977097b39d35cb4428db901c28466922bac849 /lib/Hosts.hs
parent8820af82d2fccadb6de7e2623c87e48fb11378c5 (diff)
do not use CPP extension
Diffstat (limited to 'lib/Hosts.hs')
-rw-r--r--lib/Hosts.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Hosts.hs b/lib/Hosts.hs
index f0610ad..777fcef 100644
--- a/lib/Hosts.hs
+++ b/lib/Hosts.hs
@@ -1,4 +1,3 @@
1{-# LANGUAGE CPP #-}
2{-# LANGUAGE ScopedTypeVariables #-} 1{-# LANGUAGE ScopedTypeVariables #-}
3{-# LANGUAGE OverloadedStrings #-} 2{-# LANGUAGE OverloadedStrings #-}
4module Hosts 3module Hosts