diff options
author | Joey Hess <joey@kitenet.net> | 2013-01-28 11:32:30 +1100 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-01-28 11:32:30 +1100 |
commit | fdfd8790fd4471392fb6b843ed813e10eb61e8fc (patch) | |
tree | 639631a8e66abfc022cec38f33014bc95cd3c510 /Utility | |
parent | 7964491f1b5f7a4e2000fd362dea00068f843454 (diff) |
cleanup
Diffstat (limited to 'Utility')
-rw-r--r-- | Utility/Url.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Utility/Url.hs b/Utility/Url.hs index 8b924a699..da7863091 100644 --- a/Utility/Url.hs +++ b/Utility/Url.hs @@ -17,7 +17,6 @@ module Utility.Url ( import Common import Network.URI -import Data.Either type URLString = String |