revise .cabal

This commit is contained in:
Jens Petersen 2021-08-04 22:29:12 +08:00
parent 73784b20e1
commit 6884ede366
1 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,7 @@
cabal-version: >=1.10
name: singleton-bool
version: 0.1.5
x-revision: 2
x-revision: 3
synopsis: Type level booleans
description:
Type level booleans.
@ -25,8 +25,9 @@ tested-with:
|| ==8.2.2
|| ==8.4.4
|| ==8.6.5
|| ==8.8.3
|| ==8.10.1
|| ==8.8.4
|| ==8.10.4
|| ==9.0.1
extra-source-files:
CHANGELOG.md
@ -39,7 +40,7 @@ source-repository head
library
hs-source-dirs: src
ghc-options: -Wall
build-depends: base >=4.6 && <4.15
build-depends: base >=4.6 && <4.16
if impl(ghc >=7.8)
build-depends: dec >=0.0.3 && <0.1