Remove dependency on neat-interpolation

pull/288/head
Lennart Spitzner 2020-02-04 14:14:36 +01:00
parent f4cff441e2
commit 5895f954bd
5 changed files with 1 additions and 11 deletions

View File

@ -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

View File

@ -16,8 +16,6 @@ import Test.Hspec.Runner ( hspecWith
, configConcurrentJobs
)
import NeatInterpolation
import qualified Text.Parsec as Parsec
import Text.Parsec.Text ( Parser )

View File

@ -11,8 +11,6 @@ where
import Test.Hspec
import NeatInterpolation
import Language.Haskell.Brittany.Internal
import TestUtils

View File

@ -8,8 +8,6 @@ module Main where
import Test.Hspec
import NeatInterpolation
import Language.Haskell.Brittany.Internal
import AsymptoticPerfTests

View File

@ -8,7 +8,7 @@ module TestUtils where
import Test.Hspec
import NeatInterpolation
-- import NeatInterpolation
import Language.Haskell.Brittany.Internal