remove support for network older than 2.4
debian stable has 2.4
This commit is contained in:
parent
123f823ef7
commit
9519af25f3
3 changed files with 1 additions and 20 deletions
|
@ -1,18 +0,0 @@
|
|||
{- Network.URI
|
||||
-
|
||||
- Copyright 2014 Joey Hess <id@joeyh.name>
|
||||
-
|
||||
- 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
|
Loading…
Add table
Add a link
Reference in a new issue