~jojo/Carth

9719486253b29b9612c427aec4190fd23e61eb68 — JoJo 2 years ago 7e329ce
Reorder build-depends in cabal to clarify which are test only deps
1 files changed, 5 insertions(+), 4 deletions(-)

M carth.cabal
M carth.cabal => carth.cabal +5 -4
@@ 105,15 105,12 @@ test-suite carth-test
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N -Weverything -Werror -Wno-safe -Wno-unsafe -Wno-missing-import-lists -Wno-missing-exported-signatures -Wno-missing-local-signatures -Wno-monomorphism-restriction -Wno-implicit-prelude -Wno-name-shadowing -Wno-orphans -Wno-missed-specialisations -Wno-all-missed-specialisations -Wno-unticked-promoted-constructors -Wno-missing-deriving-strategies -Wno-missing-export-lists
  build-depends:
      QuickCheck
    , base
      base
    , bytestring
    , carth
    , containers
    , directory
    , filepath
    , hspec
    , hspec-discover
    , llvm-hs
    , llvm-hs-pure
    , megaparsec


@@ 122,5 119,9 @@ test-suite carth-test
    , process
    , template-haskell
    , utf8-string

    , QuickCheck
    , hspec
    , hspec-discover
    , silently
  default-language: Haskell2010