Remove dependency on neat-interpolation
parent
f4cff441e2
commit
5895f954bd
|
@ -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
|
||||
|
|
|
@ -16,8 +16,6 @@ import Test.Hspec.Runner ( hspecWith
|
|||
, configConcurrentJobs
|
||||
)
|
||||
|
||||
import NeatInterpolation
|
||||
|
||||
import qualified Text.Parsec as Parsec
|
||||
import Text.Parsec.Text ( Parser )
|
||||
|
||||
|
|
|
@ -11,8 +11,6 @@ where
|
|||
|
||||
import Test.Hspec
|
||||
|
||||
import NeatInterpolation
|
||||
|
||||
import Language.Haskell.Brittany.Internal
|
||||
|
||||
import TestUtils
|
||||
|
|
|
@ -8,8 +8,6 @@ module Main where
|
|||
|
||||
import Test.Hspec
|
||||
|
||||
import NeatInterpolation
|
||||
|
||||
import Language.Haskell.Brittany.Internal
|
||||
|
||||
import AsymptoticPerfTests
|
||||
|
|
|
@ -8,7 +8,7 @@ module TestUtils where
|
|||
|
||||
import Test.Hspec
|
||||
|
||||
import NeatInterpolation
|
||||
-- import NeatInterpolation
|
||||
|
||||
import Language.Haskell.Brittany.Internal
|
||||
|
||||
|
|
Loading…
Reference in New Issue