Skip to content

Commit

Permalink
Fix for newer cabal
Browse files Browse the repository at this point in the history
  • Loading branch information
k-bx committed Aug 9, 2020
1 parent 878edcb commit 09cd285
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion hedis.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ maintainer: Kostiantyn Rybnikov <[email protected]>
copyright: Copyright (c) 2011 Falko Peters
category: Database
build-type: Simple
cabal-version: >=1.8
cabal-version: >=1.10
homepage: https://github.com/informatikr/hedis
bug-reports: https://github.com/informatikr/hedis/issues
extra-source-files: CHANGELOG
Expand All @@ -58,6 +58,7 @@ flag dev
manual: True

library
default-language: Haskell2010
hs-source-dirs: src
ghc-options: -Wall -fwarn-tabs
if impl(ghc >= 8.6.0)
Expand Down Expand Up @@ -102,6 +103,7 @@ library
Database.Redis.URL

benchmark hedis-benchmark
default-language: Haskell2010
type: exitcode-stdio-1.0
main-is: benchmark/Benchmark.hs
build-depends:
Expand All @@ -116,6 +118,7 @@ benchmark hedis-benchmark
ghc-prof-options: -auto-all

test-suite hedis-test
default-language: Haskell2010
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Test.hs
Expand All @@ -140,6 +143,7 @@ test-suite hedis-test
ghc-prof-options: -auto-all

test-suite doctest
default-language: Haskell2010
type: exitcode-stdio-1.0
main-is: DocTest.hs
ghc-options: -O0 -rtsopts
Expand Down

0 comments on commit 09cd285

Please sign in to comment.