blob: 874f39256939a4be69a31a23a8a3df290c1c5db2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
name: q
version: 0.1.0.0
author: Edward Z. Yang
maintainer: ezyang@cs.stanford.edu
build-type: Simple
cabal-version: >=1.10
library
exposed-modules: Q
build-depends: base, p
default-language: Haskell2010
|