refresh cabal revision

This commit is contained in:
Jens Petersen 2023-01-24 23:38:36 +08:00
parent 1153cadbce
commit 9dacf65269
1 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,7 @@
cabal-version: 2.2 cabal-version: 2.2
name: lukko name: lukko
version: 0.1.1.3 version: 0.1.1.3
x-revision: 2 x-revision: 3
synopsis: File locking synopsis: File locking
category: System, Concurrency category: System, Concurrency
description: description:
@ -59,8 +59,9 @@ tested-with:
|| ==8.6.5 || ==8.6.5
|| ==8.8.4 || ==8.8.4
|| ==8.10.7 || ==8.10.7
|| ==9.0.1 || ==9.0.2
|| ==9.2.1 || ==9.2.4
|| ==9.4.1
source-repository head source-repository head
type: git type: git
@ -75,7 +76,7 @@ flag ofd-locking
library library
default-language: Haskell2010 default-language: Haskell2010
hs-source-dirs: src hs-source-dirs: src
build-depends: base >=4.5 && <4.17 build-depends: base >=4.5 && <4.18
build-tool-depends: hsc2hs:hsc2hs >=0.67 && <0.69 build-tool-depends: hsc2hs:hsc2hs >=0.67 && <0.69
-- Main library module -- Main library module