blob: 2c017422c002c3c9d47b7bf7e36d96b60b2e7171 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
name: "testpkg"
version: 3.0
id: testpkg-3.0-XXX
key: testpkg-3.0-XXX
license: BSD3
copyright: (c) The Univsersity of Glasgow 2004
maintainer: glasgow-haskell-users@haskell.org
stability: unstable
homepage: http://www.haskell.org/ghc
package-url: http://www.haskell.org/ghc
description: A Test Package (failure)
category: none
author: simonmar@microsoft.com
exposed: False
exposed-modules:
hidden-modules:
import-dirs:
library-dirs:
hs-libraries:
depends: testpkg-2.0-XXX
|