Skip to content

Commit c382931

Browse files
committed
source-repository requires newer cabal
1 parent 88c6330 commit c382931

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

convertible.cabal

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ extra-source-files: LICENSE, utils/genCinstances.hs,
1313
testsrc/TestTime.hs
1414
homepage: http://hackage.haskell.org/package/convertible
1515
bug-reports: https://github.com/hdbc/convertible/issues
16-
source-repository head
17-
type: git
18-
location: git://github.com/hdbc/convertible.git
16+
17+
1918
Category: Data
2019
synopsis: Typeclasses and instances for converting between types
2120
Description: convertible provides a typeclass with a single function
@@ -41,12 +40,16 @@ Description: convertible provides a typeclass with a single function
4140
Stability: Stable
4241
Build-Type: Simple
4342

44-
Cabal-Version: >=1.2
43+
Cabal-Version: >=1.6
4544

4645
flag buildtests
4746
description: Build the executable to run unit tests
4847
default: False
4948

49+
source-repository head
50+
type: git
51+
location: git://github.com/hdbc/convertible.git
52+
5053
library
5154
Build-Depends: base>=3 && <5,
5255
old-time,

0 commit comments

Comments
 (0)