From 4bea7d5a852db1ac8c2cc3b3c1161861920e48c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Fri, 16 Sep 2016 01:20:23 +0200 Subject: [PATCH] Remove dead code --- Language/Haskell/GhcMod/PathsAndFiles.hs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Language/Haskell/GhcMod/PathsAndFiles.hs b/Language/Haskell/GhcMod/PathsAndFiles.hs index 6c0a68e..ab1efd0 100644 --- a/Language/Haskell/GhcMod/PathsAndFiles.hs +++ b/Language/Haskell/GhcMod/PathsAndFiles.hs @@ -45,14 +45,6 @@ type DirPath = FilePath -- | Guaranteed to be the name of a file only (no slashes). type FileName = String -newtype UnString = UnString { unString :: String } - -instance Show UnString where - show = unString - -instance Read UnString where - readsPrec _ = \str -> [(UnString str, "")] - -- | @findCabalFiles dir@. Searches for a @.cabal@ files in @dir@'s parent -- directories. The first parent directory containing more than one cabal file -- is assumed to be the project directory. If only one cabal file exists in this