Skip to content

Commit

Permalink
Removed unused dependency in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Jun 14, 2020
1 parent 6a7a0b9 commit a009566
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions pandoc-plot.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ executable pandoc-plot
Paths_pandoc_plot
hs-source-dirs:
executable
ghc-options: -Wall -Wcompat -rtsopts -O2 -threaded -with-rtsopts=-N
ghc-options: -Wall -Wcompat -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >= 4.11 && <5
, directory
Expand Down Expand Up @@ -111,7 +111,6 @@ test-suite tests
, tasty-hunit
, tasty-hspec
, text
, mtl >= 2.2 && < 2.3
default-language: Haskell2010

benchmark benchmark-pandoc-plot
Expand Down
3 changes: 1 addition & 2 deletions tests/Common.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@

module Common where

import Control.Monad (unless)
import Control.Monad.Reader
import Control.Monad (unless, when)

import Data.List (isInfixOf, isSuffixOf)
import Data.Monoid ((<>))
Expand Down

0 comments on commit a009566

Please sign in to comment.