summaryrefslogtreecommitdiff
path: root/Utility
diff options
context:
space:
mode:
Diffstat (limited to 'Utility')
-rw-r--r--Utility/URI.hs8
1 files changed, 0 insertions, 8 deletions
diff --git a/Utility/URI.hs b/Utility/URI.hs
index e68fda58d..1e2129a47 100644
--- a/Utility/URI.hs
+++ b/Utility/URI.hs
@@ -8,11 +8,3 @@
{-# LANGUAGE CPP #-}
module Utility.URI where
-
--- Old versions of network lacked an Ord for URI
-#if ! MIN_VERSION_network(2,4,0)
-import Network.URI
-
-instance Ord URI where
- a `compare` b = show a `compare` show b
-#endif