From ec5e6d7dec82f06be9600a012c5aaf01a30f6af7 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 23 Feb 2016 20:35:32 -0400 Subject: remove support for network older than 2.4 debian stable has 2.4 --- Utility/URI.hs | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 Utility/URI.hs (limited to 'Utility') diff --git a/Utility/URI.hs b/Utility/URI.hs deleted file mode 100644 index e68fda58d..000000000 --- a/Utility/URI.hs +++ /dev/null @@ -1,18 +0,0 @@ -{- Network.URI - - - - Copyright 2014 Joey Hess - - - - License: BSD-2-clause - -} - -{-# 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 -- cgit v1.2.3