blob: a0b09939a15fe9accf65c2f29def9679a65f7fe3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
name: s
version: 0.1.0.0
license-file: LICENSE
author: Edward Z. Yang
maintainer: ezyang@cs.stanford.edu
build-type: Simple
cabal-version: >=1.21
library
exposed-modules: S
build-depends: base, q, r
|