~ubuntu-branches/ubuntu/vivid/haskell-mueval/vivid

« back to all changes in this revision

Viewing changes to Mueval/Context.hs

  • Committer: Package Import Robot
  • Author(s): Joachim Breitner
  • Date: 2013-08-17 21:45:32 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130817214532-txd18oumupwe9qnt
Tags: 0.9.1-1
* New upstream release (Closes: #719674)
* Fix description of mueval package (Closes: #719325 )

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
   crippled; we want SimpleReflect so we can do neat things (for said neat
18
18
   things, see
19
19
   <http://twan.home.fmf.nl/blog/haskell/simple-reflection-of-expressions.details>);
20
 
   and we want ShowQ and ShowFun to neuter IO stuff even more.
 
20
   and we want ShowFun to neuter IO stuff even more.
21
21
   The rest should be safe to import without clashes, according to the Lambdabot
22
22
   sources. -}
23
23
defaultModules :: [String]
24
24
defaultModules = ["Prelude",
25
 
                  "ShowQ",
26
25
                  "ShowFun",
27
26
                  "Debug.SimpleReflect",
28
27
                  "Data.Function",