aboutsummaryrefslogtreecommitdiff
path: root/Data/ConfigManager/Types.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Data/ConfigManager/Types.hs')
-rw-r--r--Data/ConfigManager/Types.hs13
1 files changed, 0 insertions, 13 deletions
diff --git a/Data/ConfigManager/Types.hs b/Data/ConfigManager/Types.hs
deleted file mode 100644
index 2f2f00e..0000000
--- a/Data/ConfigManager/Types.hs
+++ /dev/null
@@ -1,13 +0,0 @@
-module Data.ConfigManager.Types
- ( Binding
- , Name
- , Value
- ) where
-
-import Data.Text (Text)
-
-type Binding = (Name, Value)
-
-type Name = Text
-
-type Value = Text