Skip to content

Commit

Permalink
Fix "default-language" warning, run cabal format
Browse files Browse the repository at this point in the history
  • Loading branch information
curiousleo committed May 6, 2020
1 parent 424ccdf commit 85e6b5c
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions random.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,9 @@ benchmark legacy-bench
hs-source-dirs: bench-legacy
other-modules: BinSearch
default-language: Haskell2010
ghc-options: -Wall -O2 -threaded -rtsopts -with-rtsopts=-N -Wno-deprecations
ghc-options:
-Wall -O2 -threaded -rtsopts -with-rtsopts=-N -Wno-deprecations

build-depends:
base >=4.10 && <5,
random -any,
Expand All @@ -153,10 +155,11 @@ benchmark legacy-bench
time >=1.8 && <1.11

benchmark bench
type: exitcode-stdio-1.0
main-is: Main.hs
hs-source-dirs: bench
ghc-options: -Wall -O2
type: exitcode-stdio-1.0
main-is: Main.hs
hs-source-dirs: bench
default-language: Haskell2010
ghc-options: -Wall -O2
build-depends:
base >=4.10 && <5,
gauge >=0.2.3 && <0.3,
Expand Down

0 comments on commit 85e6b5c

Please sign in to comment.