refresh cabal revision

This commit is contained in:
Jens Petersen 2023-01-24 23:36:46 +08:00
parent 3c9c4abc08
commit cbb0fed04b
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ cabal-version: 1.12
name: aeson-yaml
version: 1.1.0.1
x-revision: 1
x-revision: 3
homepage: https://github.com/clovyr/aeson-yaml
bug-reports: https://github.com/clovyr/aeson-yaml/issues
author: Patrick Nielsen
@ -38,12 +38,12 @@ library
exposed-modules:
Data.Aeson.Yaml
build-depends:
aeson >= 0.4.0.0 && < 2.1
aeson >= 0.4.0.0 && < 2.2
, base >= 4.8.2.0 && < 5
, bytestring >= 0.10.4.0 && < 0.12
, text >= 0.1 && < 2.1
, unordered-containers >= 0.1.0.0 && < 0.3
, vector >= 0.1 && < 0.13
, vector >= 0.1 && < 0.14
ghc-options:
-Wall
default-language: Haskell2010