blob: 770c0bfc3f8dd644344f4185375514da97d6dcc2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
name: q
version: 1.0
license-file: LICENSE
author: Edward Z. Yang
maintainer: ezyang@cs.stanford.edu
build-type: Simple
cabal-version: 2.0
library
exposed-modules: Q
build-depends: base, p
default-language: Haskell2010
|