Skip to content

Commit

Permalink
Merge pull request #57 from haskell-works/tidy-up
Browse files Browse the repository at this point in the history
Tidy up
  • Loading branch information
newhoggy authored Dec 31, 2019
2 parents fa9edce + 008b8e0 commit 18819ae
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions hw-streams.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ test-suite hw-streams-test
other-modules: HaskellWorks.Data.Streams.Stream.OpsSpec
HaskellWorks.Data.Streams.Vector.StorableSpec
Test.Gen
Paths_hw_streams
autogen-modules: Paths_hw_streams
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends: hw-streams
build-tool-depends: hspec-discover:hspec-discover
Expand All @@ -128,10 +126,8 @@ benchmark bench
hs-source-dirs: bench
build-depends: hw-streams
ghc-options: -Wall -O2 -msse4.2
autogen-modules: Paths_hw_streams
other-modules: Baseline.Data.Streams.Vector.Storable
Reference.Data.Streams.Vector.Storable
Paths_hw_streams

test-suite doctest
import: base, config
Expand Down
2 changes: 1 addition & 1 deletion test/HaskellWorks/Data/Streams/Stream/OpsSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import qualified Data.Vector.Storable as DVS
import qualified HaskellWorks.Data.Streams.Stream.Ops as S
import qualified HaskellWorks.Data.Streams.Vector.Storable as SDVS

{-# ANN module ("HLint: Ignore Redundant do" :: String) #-}
{-# ANN module ("HLint: ignore Redundant do" :: String) #-}

spec :: Spec
spec = describe "HaskellWorks.Data.Stream.Vector.StorableSpec" $ do
Expand Down
2 changes: 1 addition & 1 deletion test/HaskellWorks/Data/Streams/Vector/StorableSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import qualified Hedgehog.Gen as G
import qualified Hedgehog.Range as R
import qualified Test.Gen as G

{-# ANN module ("HLint: Ignore Redundant do" :: String) #-}
{-# ANN module ("HLint: ignore Redundant do" :: String) #-}

spec :: Spec
spec = describe "HaskellWorks.Data.Stream.Vector.StorableSpec" $ do
Expand Down

0 comments on commit 18819ae

Please sign in to comment.