summaryrefslogtreecommitdiff
path: root/walint/Uris.hs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--walint/Uris.hs (renamed from lib/Uris.hs)3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Uris.hs b/walint/Uris.hs
index 127b7f1..cb15b47 100644
--- a/lib/Uris.hs
+++ b/walint/Uris.hs
@@ -1,10 +1,7 @@
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE DeriveAnyClass #-}
-{-# LANGUAGE DeriveGeneric #-}
-{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RecordWildCards #-}
-{-# LANGUAGE TypeApplications #-}
-- | Functions to deal with uris and custom uri schemes
module Uris where