Skip to content

Commit 751a166

Browse files
committed
Add repo type
Ignore-this: 801b594d438cfacad084b8e1f861ba38 darcs-hash:20101107151516-cba2c-ba3c7cde51b1ff28ce6719adca216f1caf57787f.gz
1 parent acbdfe1 commit 751a166

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

haskell-src.cabal

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,14 @@ description:
1313
(AST). Common uses of this package are to parse or generate Haskell
1414
98 code.
1515
build-type: Simple
16-
cabal-version: >=1.2
16+
cabal-version: >=1.6
1717

1818
flag split-base
1919

20+
source-repository head
21+
type: darcs
22+
location: http://code.haskell.org/haskell-src
23+
2024
library
2125
exposed-modules:
2226
Language.Haskell.Lexer,

0 commit comments

Comments
 (0)