Skip to content

Commit

Permalink
hsec-sync: format cabal
Browse files Browse the repository at this point in the history
  • Loading branch information
blackheaven authored and frasertweedale committed Jul 30, 2024
1 parent c80f9c0 commit c0da198
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions code/hsec-sync/hsec-sync.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -30,25 +30,25 @@ library
Security.Advisories.Sync.Url

build-depends:
, base >=4.14 && <4.20
, aeson >=2.0 && <2.3
, bytestring >=0.10 && <0.13
, directory >=1.3 && <1.4
, either >=5.0 && <5.1
, extra >=1.7 && <1.8
, feed >=1.3 && <1.4
, filepath >=1.4 && <1.5
, hsec-core ^>= 0.2
, http-client >=0.7.0 && <0.8
, lens >=5.1 && <5.3
, tar >=0.5 && <0.7
, tar-conduit >=0.3 && <0.5
, text >=1.2 && <3
, time >=1.9 && <1.14
, temporary ==1.*
, transformers >=0.5 && <0.7
, wreq >=0.5 && <0.6
, zlib >=0.6 && <0.8
, aeson >=2.0 && <2.3
, base >=4.14 && <4.20
, bytestring >=0.10 && <0.13
, directory >=1.3 && <1.4
, either >=5.0 && <5.1
, extra >=1.7 && <1.8
, feed >=1.3 && <1.4
, filepath >=1.4 && <1.5
, hsec-core ^>=0.2
, http-client >=0.7.0 && <0.8
, lens >=5.1 && <5.3
, tar >=0.5 && <0.7
, tar-conduit >=0.3 && <0.5
, temporary >=1 && <2
, text >=1.2 && <3
, time >=1.9 && <1.14
, transformers >=0.5 && <0.7
, wreq >=0.5 && <0.6
, zlib >=0.6 && <0.8

hs-source-dirs: src
default-language: Haskell2010
Expand Down Expand Up @@ -87,11 +87,11 @@ test-suite spec
build-depends:
, base <5
, directory
, hsec-sync
, filepath
, hsec-sync
, tasty <1.5
, tasty-hunit <0.11
, temporary ==1.*
, temporary >=1 && <2
, text
, time

Expand Down

0 comments on commit c0da198

Please sign in to comment.