mps-2009.4.50: mps.cabal
Name: mps
Version: 2009.4.50
Build-type: Simple
Synopsis: message passing style helpers
Description: message passing style helpers
License: GPL
Author: Wang, Jinjing
Maintainer: Wang, Jinjing <nfjinjing@gmail.com>
Build-Depends: base
Cabal-version: >= 1.2
data-files: README.markdown, changelog.markdown
category: Development
license-file: LICENSE
homepage: http://github.com/nfjinjing/mps/
library
ghc-options: -Wall -fno-warn-missing-signatures -fno-warn-name-shadowing -fno-warn-orphans -fno-warn-type-defaults
build-depends: base, containers, array, parallel, fgl, QuickCheck, time, bytestring >= 0.9, pandoc, regexpr >= 0.3.4, parsec >= 2, utf8-string >= 0.3.3, directory, interpolatedstring-qq, base64-string, zlib, old-locale, unix, filepath, template
hs-source-dirs: src/
exposed-modules: MPS, MPSUTF8
other-modules: MPS.UTF8, MPS.Snippets, MPS.Hack.Dot