Skip to content

Commit

Permalink
Merge pull request #70 from haskell-works/tidy-up
Browse files Browse the repository at this point in the history
Tidy up
  • Loading branch information
newhoggy committed Dec 30, 2019
2 parents f6c245b + cf99474 commit a61e16c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions hw-rankselect.cabal
Expand Up @@ -104,10 +104,8 @@ library hw-rankselect-gen
, hw-prim
, vector
exposed-modules: HaskellWorks.Data.RankSelect.Gen
Paths_hw_rankselect
build-depends: hw-rankselect
hs-source-dirs: gen
autogen-modules: Paths_hw_rankselect

executable hw-rankselect
import: base, config
Expand All @@ -129,8 +127,6 @@ executable hw-rankselect
App.Commands.SelectAll
App.Commands.UnitTest
App.Commands.Validate
Paths_hw_rankselect
autogen-modules: Paths_hw_rankselect
hs-source-dirs: app
default-extensions: OverloadedStrings TupleSections
ghc-options: -threaded -rtsopts -with-rtsopts=-N
Expand Down Expand Up @@ -164,8 +160,6 @@ test-suite hw-rankselect-test
HaskellWorks.Data.RankSelect.SpecCommon
HaskellWorks.Data.RankSelect.ValidateSpec
Test.Common
Paths_hw_rankselect
autogen-modules: Paths_hw_rankselect
hs-source-dirs: test
build-tool-depends: hspec-discover:hspec-discover
ghc-options: -threaded -rtsopts -with-rtsopts=-N
Expand All @@ -185,8 +179,6 @@ benchmark bench
build-depends: hw-rankselect
type: exitcode-stdio-1.0
main-is: Main.hs
autogen-modules: Paths_hw_rankselect
other-modules: Paths_hw_rankselect
hs-source-dirs: bench
ghc-options: -threaded -rtsopts -with-rtsopts=-N

Expand Down
4 changes: 2 additions & 2 deletions test/HaskellWorks/Data/RankSelect/BitSeqSpec.hs
Expand Up @@ -19,8 +19,8 @@ import qualified HaskellWorks.Data.RankSelect.Internal.List as L
import qualified Hedgehog.Gen as G
import qualified Hedgehog.Range as R

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

spec :: Spec
spec = describe "HaskellWorks.Data.RankSelect.Internal.BitSeqSpec" $ do
Expand Down

0 comments on commit a61e16c

Please sign in to comment.