Skip to content

Commit

Permalink
cabal-version 3.0
Browse files Browse the repository at this point in the history
Hackage also rejects 3.4, urk
  • Loading branch information
joeyh committed Aug 4, 2023
1 parent 1ad0b56 commit 325e535
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bloomfilter.cabal
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cabal-version: 3.4
cabal-version: 3.0
name: bloomfilter
version: 2.0.1.1
license: BSD-3-Clause
Expand Down Expand Up @@ -30,6 +30,7 @@ tested-with:
GHC == 7.4.2

library
default-language: Haskell2010
build-depends:
array,
base >= 4.5 && < 5,
Expand All @@ -49,6 +50,7 @@ library
install-includes: lookup3.h

test-suite tests
default-language: Haskell2010
type: exitcode-stdio-1.0
hs-source-dirs: tests
main-is: QC.hs
Expand Down

0 comments on commit 325e535

Please sign in to comment.