From 47623ec732ec19c765c0a1ebffd9b234f81e0d01 Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 13 Mar 2016 21:26:03 +0100 Subject: Initial commit --- Data/ConfigManager/Types.hs | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Data/ConfigManager/Types.hs (limited to 'Data/ConfigManager/Types.hs') diff --git a/Data/ConfigManager/Types.hs b/Data/ConfigManager/Types.hs new file mode 100644 index 0000000..2f2f00e --- /dev/null +++ b/Data/ConfigManager/Types.hs @@ -0,0 +1,13 @@ +module Data.ConfigManager.Types + ( Binding + , Name + , Value + ) where + +import Data.Text (Text) + +type Binding = (Name, Value) + +type Name = Text + +type Value = Text -- cgit v1.2.3