From a0973d09a5b4f6a08b35c0b3de371c895d7d847a Mon Sep 17 00:00:00 2001 From: Alec Theriault Date: Thu, 31 Jan 2019 15:37:58 -0800 Subject: Remove `Documentation.Haddock.Utf8` The circumstances under which this module appeared are completely gone. The Hyperlinker backend no longer needs this module (it uses the more efficient `Encoding` module from `ghc`). Why no deprecation? Because this module really shouldn't exist! - It isn't used in `haddock-library`/`haddock-api` anymore - It was copy pasted directly from `utf8-string` - Folks seeking a boot-lib only solution can use `ghc`'s `Encoding` --- haddock-library/test/Documentation/Haddock/Utf8Spec.hs | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 haddock-library/test/Documentation/Haddock/Utf8Spec.hs (limited to 'haddock-library/test/Documentation') diff --git a/haddock-library/test/Documentation/Haddock/Utf8Spec.hs b/haddock-library/test/Documentation/Haddock/Utf8Spec.hs deleted file mode 100644 index 47e12704..00000000 --- a/haddock-library/test/Documentation/Haddock/Utf8Spec.hs +++ /dev/null @@ -1,14 +0,0 @@ -module Documentation.Haddock.Utf8Spec (main, spec) where - -import Test.Hspec -import Test.QuickCheck -import Documentation.Haddock.Utf8 - -main :: IO () -main = hspec spec - -spec :: Spec -spec = do - describe "decodeUtf8" $ do - it "is inverse to encodeUtf8" $ do - property $ \xs -> (decodeUtf8 . encodeUtf8) xs `shouldBe` xs -- cgit v1.2.3