aboutsummaryrefslogtreecommitdiff
path: root/src/Model/URL.hs
diff options
context:
space:
mode:
authorJoris Guyonvarch2015-04-11 20:38:08 +0200
committerJoris Guyonvarch2015-04-11 20:38:08 +0200
commitaafc45eb5eed3839a5210a7d48928d975df6a296 (patch)
tree8574205bdf967b7338e63bc77c2f1374e0843e67 /src/Model/URL.hs
parent4ddd6d1f6df2bab75d42b6d45b816e92e7173529 (diff)
downloadad-listener-aafc45eb5eed3839a5210a7d48928d975df6a296.tar.gz
ad-listener-aafc45eb5eed3839a5210a7d48928d975df6a296.tar.bz2
ad-listener-aafc45eb5eed3839a5210a7d48928d975df6a296.zip
Handle a configuration file to save the url
Diffstat (limited to 'src/Model/URL.hs')
-rw-r--r--src/Model/URL.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Model/URL.hs b/src/Model/URL.hs
index 91cf22a..2114113 100644
--- a/src/Model/URL.hs
+++ b/src/Model/URL.hs
@@ -2,4 +2,6 @@ module Model.URL
( URL
) where
-type URL = String
+import Data.Text
+
+type URL = Text