packages feed

mps-2010.5.29: mps.cabal

Name:                 mps
Version:              2010.5.29
Build-type:           Simple
Synopsis:             simply oo
Description:          DSL that allows one to write Haskell from left to right
License:              BSD3
Author:               Jinjing Wang
Maintainer:           Jinjing Wang <nfjinjing@gmail.com>
Build-Depends:        base
Cabal-version:        >= 1.2
category:             Development
license-file:         LICENSE
homepage:             http://github.com/nfjinjing/mps/
data-files:           readme.md, changelog.md, known-issues.md

library
  ghc-options: -Wall
  build-depends:  base >= 4 && < 5
                , containers
                , array
                , parallel
                , old-time
                , time
                , bytestring >= 0.9
                , regexpr >= 0.3.4
                , parsec >= 2
                , utf8-string >= 0.3.3
                , directory
                , old-locale
                , filepath
                , template-haskell
                , monoid-owns
  hs-source-dirs: src/
  exposed-modules:  
                    MPS
                  , MPSUTF8
                  , MPS.Light
                  , MPS.Extra
                  , MPS.Env
                  , MPS.Heavy
                  , MPS.TH
  other-modules:    MPS.UTF8