Remove dependency on neat-interpolation
parent
f4cff441e2
commit
5895f954bd
|
@ -100,7 +100,6 @@ library {
|
||||||
, text >=1.2 && <1.3
|
, text >=1.2 && <1.3
|
||||||
, multistate >=0.7.1.1 && <0.9
|
, multistate >=0.7.1.1 && <0.9
|
||||||
, syb >=0.6 && <0.8
|
, syb >=0.6 && <0.8
|
||||||
, neat-interpolation >=0.3.2 && <0.5
|
|
||||||
, data-tree-print
|
, data-tree-print
|
||||||
, pretty >=1.1.3.3 && <1.2
|
, pretty >=1.1.3.3 && <1.2
|
||||||
, bytestring >=0.10.8.1 && <0.11
|
, bytestring >=0.10.8.1 && <0.11
|
||||||
|
@ -162,7 +161,6 @@ executable brittany
|
||||||
, text
|
, text
|
||||||
, multistate
|
, multistate
|
||||||
, syb
|
, syb
|
||||||
, neat-interpolation
|
|
||||||
, data-tree-print
|
, data-tree-print
|
||||||
, pretty
|
, pretty
|
||||||
, bytestring
|
, bytestring
|
||||||
|
@ -230,7 +228,6 @@ test-suite unittests
|
||||||
, text
|
, text
|
||||||
, multistate
|
, multistate
|
||||||
, syb
|
, syb
|
||||||
, neat-interpolation
|
|
||||||
, data-tree-print
|
, data-tree-print
|
||||||
, pretty
|
, pretty
|
||||||
, bytestring
|
, bytestring
|
||||||
|
@ -302,7 +299,6 @@ test-suite littests
|
||||||
, text
|
, text
|
||||||
, multistate
|
, multistate
|
||||||
, syb
|
, syb
|
||||||
, neat-interpolation
|
|
||||||
, data-tree-print
|
, data-tree-print
|
||||||
, pretty
|
, pretty
|
||||||
, bytestring
|
, bytestring
|
||||||
|
|
|
@ -16,8 +16,6 @@ import Test.Hspec.Runner ( hspecWith
|
||||||
, configConcurrentJobs
|
, configConcurrentJobs
|
||||||
)
|
)
|
||||||
|
|
||||||
import NeatInterpolation
|
|
||||||
|
|
||||||
import qualified Text.Parsec as Parsec
|
import qualified Text.Parsec as Parsec
|
||||||
import Text.Parsec.Text ( Parser )
|
import Text.Parsec.Text ( Parser )
|
||||||
|
|
||||||
|
|
|
@ -11,8 +11,6 @@ where
|
||||||
|
|
||||||
import Test.Hspec
|
import Test.Hspec
|
||||||
|
|
||||||
import NeatInterpolation
|
|
||||||
|
|
||||||
import Language.Haskell.Brittany.Internal
|
import Language.Haskell.Brittany.Internal
|
||||||
|
|
||||||
import TestUtils
|
import TestUtils
|
||||||
|
|
|
@ -8,8 +8,6 @@ module Main where
|
||||||
|
|
||||||
import Test.Hspec
|
import Test.Hspec
|
||||||
|
|
||||||
import NeatInterpolation
|
|
||||||
|
|
||||||
import Language.Haskell.Brittany.Internal
|
import Language.Haskell.Brittany.Internal
|
||||||
|
|
||||||
import AsymptoticPerfTests
|
import AsymptoticPerfTests
|
||||||
|
|
|
@ -8,7 +8,7 @@ module TestUtils where
|
||||||
|
|
||||||
import Test.Hspec
|
import Test.Hspec
|
||||||
|
|
||||||
import NeatInterpolation
|
-- import NeatInterpolation
|
||||||
|
|
||||||
import Language.Haskell.Brittany.Internal
|
import Language.Haskell.Brittany.Internal
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue