Skip to content

Commit ab25f73

Browse files
committed
Bump cabal-version to 2.2
1 parent 881f820 commit ab25f73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tar.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
cabal-version: 2.2
12
name: tar
23
version: 0.6.0.0
3-
license: BSD3
4+
license: BSD-3-Clause
45
license-file: LICENSE
56
author: Duncan Coutts <[email protected]>
67
Bjorn Bringert <[email protected]>
@@ -22,7 +23,6 @@ description: This library is for working with \"@.tar@\" archive files. It
2223
It also provides features for random access to archive
2324
content using an index.
2425
build-type: Simple
25-
cabal-version: 2.0
2626
extra-source-files:
2727
test/data/long-filepath.tar
2828
test/data/long-symlink.tar
@@ -55,7 +55,7 @@ library tar-internal
5555
deepseq >= 1.1 && < 1.6,
5656
directory >= 1.3.1 && < 1.4,
5757
filepath < 1.6,
58-
time < 1.13
58+
time < 1.13,
5959

6060
exposed-modules:
6161
Codec.Archive.Tar

0 commit comments

Comments
 (0)