Skip to content
Snippets Groups Projects
Commit 13e90fd8 authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Add "bug-reports" and "source-repository" info to the Cabal file

parent 2be01a45
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,7 @@ version: 0.2.0.1 ...@@ -3,6 +3,7 @@ version: 0.2.0.1
license: BSD3 license: BSD3
license-file: LICENSE license-file: LICENSE
maintainer: libraries@haskell.org maintainer: libraries@haskell.org
bug-reports: http://hackage.haskell.org/trac/ghc/newticket?component=libraries%20%28other%29
synopsis: Mutable and immutable arrays synopsis: Mutable and immutable arrays
category: Data Structures category: Data Structures
description: description:
...@@ -13,6 +14,10 @@ cabal-version: >=1.2 ...@@ -13,6 +14,10 @@ cabal-version: >=1.2
build-type: Simple build-type: Simple
extra-source-files: include/Typeable.h extra-source-files: include/Typeable.h
source-repository head
type: darcs
location: http://darcs.haskell.org/packages/array/
library library
build-depends: base build-depends: base
exposed-modules: exposed-modules:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment