Skip to content

Commit

Permalink
remove unused flag plus fix the extra files enumeration
Browse files Browse the repository at this point in the history
  • Loading branch information
cartazio committed Feb 1, 2020
1 parent d9d1d00 commit 9cf8acc
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions vector.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ Extra-Source-Files:
benchmarks/TestData/Graph.hs
benchmarks/TestData/ParenTree.hs
benchmarks/TestData/Random.hs
changelog
internal/GenUnboxTuple.hs
internal/unbox-tuple-instances

Expand Down Expand Up @@ -99,11 +98,7 @@ Flag Wall
Default: False
Manual: True

Flag MyComputerIsSmall
Description: on some ghc versions, O1/O2 test suites require lots of RAM.
This flag allows running vector testuite on smaller computers.
Default: False
Manual: True


Library
Default-Language: Haskell2010
Expand Down Expand Up @@ -266,8 +261,6 @@ test-suite vector-tests-O2
TypeFamilies,
TemplateHaskell

if flag(MyComputerIsSmall)
Buildable: False
Ghc-Options: -Wall
Ghc-Options: -O2
if !flag(Wall)
Expand Down

0 comments on commit 9cf8acc

Please sign in to comment.