From 5895f954bd03dbd1ef067e10b9d5810ab61b276b Mon Sep 17 00:00:00 2001 From: Lennart Spitzner Date: Tue, 4 Feb 2020 14:14:36 +0100 Subject: [PATCH] Remove dependency on neat-interpolation --- brittany.cabal | 4 ---- src-literatetests/Main.hs | 2 -- src-unittests/AsymptoticPerfTests.hs | 2 -- src-unittests/TestMain.hs | 2 -- src-unittests/TestUtils.hs | 2 +- 5 files changed, 1 insertion(+), 11 deletions(-) diff --git a/brittany.cabal b/brittany.cabal index 6c455ef..bd15eb6 100644 --- a/brittany.cabal +++ b/brittany.cabal @@ -100,7 +100,6 @@ library { , text >=1.2 && <1.3 , multistate >=0.7.1.1 && <0.9 , syb >=0.6 && <0.8 - , neat-interpolation >=0.3.2 && <0.5 , data-tree-print , pretty >=1.1.3.3 && <1.2 , bytestring >=0.10.8.1 && <0.11 @@ -162,7 +161,6 @@ executable brittany , text , multistate , syb - , neat-interpolation , data-tree-print , pretty , bytestring @@ -230,7 +228,6 @@ test-suite unittests , text , multistate , syb - , neat-interpolation , data-tree-print , pretty , bytestring @@ -302,7 +299,6 @@ test-suite littests , text , multistate , syb - , neat-interpolation , data-tree-print , pretty , bytestring diff --git a/src-literatetests/Main.hs b/src-literatetests/Main.hs index 19e940a..b733d62 100644 --- a/src-literatetests/Main.hs +++ b/src-literatetests/Main.hs @@ -16,8 +16,6 @@ import Test.Hspec.Runner ( hspecWith , configConcurrentJobs ) -import NeatInterpolation - import qualified Text.Parsec as Parsec import Text.Parsec.Text ( Parser ) diff --git a/src-unittests/AsymptoticPerfTests.hs b/src-unittests/AsymptoticPerfTests.hs index 778e13a..f3f35ba 100644 --- a/src-unittests/AsymptoticPerfTests.hs +++ b/src-unittests/AsymptoticPerfTests.hs @@ -11,8 +11,6 @@ where import Test.Hspec -import NeatInterpolation - import Language.Haskell.Brittany.Internal import TestUtils diff --git a/src-unittests/TestMain.hs b/src-unittests/TestMain.hs index 33a04eb..ca6dbb5 100644 --- a/src-unittests/TestMain.hs +++ b/src-unittests/TestMain.hs @@ -8,8 +8,6 @@ module Main where import Test.Hspec -import NeatInterpolation - import Language.Haskell.Brittany.Internal import AsymptoticPerfTests diff --git a/src-unittests/TestUtils.hs b/src-unittests/TestUtils.hs index 2e53f67..052ade6 100644 --- a/src-unittests/TestUtils.hs +++ b/src-unittests/TestUtils.hs @@ -8,7 +8,7 @@ module TestUtils where import Test.Hspec -import NeatInterpolation +-- import NeatInterpolation import Language.Haskell.Brittany.Internal