-
Notifications
You must be signed in to change notification settings - Fork 1
/
HAAP.cabal
77 lines (73 loc) · 2.62 KB
/
HAAP.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Name: HAAP
Version: 0.0.1
Description: Haskell Automatic Assessment Platform
License: GPL
Author: Hugo Pacheco
Maintainer: Hugo Pacheco <[email protected]>
Bug-reports: mailto:[email protected]
Stability: experimental
Homepage:
Category: Education
Build-Type: Simple
Cabal-Version: >=1.6
Tested-with: GHC==8.0.1
Synopsis: Haskell Automatic Assessment Platform
Extra-Source-Files: README.md
Data-Files: templates/*.html, templates/*.php, templates/*.css, css/*.css, css/*.min.css, js/*.js, js/*.min.js
Library
exposed-modules:
HAAP
HAAP.Core
HAAP.DB
HAAP.DB.State
HAAP.DB.Acid
HAAP.DB.Binary
HAAP.IO
HAAP.Lens
HAAP.Log
HAAP.Sources
HAAP.Sources.SVN
HAAP.Sources.FilePath
HAAP.Utils
HAAP.Test.Spec
HAAP.Test.Rank
HAAP.Test.Tourney
HAAP.Pretty
HAAP.Shelly
HAAP.Plugin
HAAP.Web.Hakyll
HAAP.Web.Blaze
HAAP.Web.Test.Spec
HAAP.Web.Test.Rank
HAAP.Web.Test.Tourney
HAAP.Doc.Haddock
HAAP.CmdArgs
HAAP.Code.HLint
HAAP.Code.GHC
HAAP.Code.Homplexity
HAAP.Code.HPC
HAAP.Web.Graphics.CodeWorld
HAAP.Compiler.GHC
HAAP.Compiler.GHCJS
HAAP.Web.HTML.Table
HAAP.Template
HAAP.Web.PHP.Login
HAAP.Web.HTML.Pandoc
HAAP.Web.HTML.TagSoup
HAAP.Code.Haskell
HAAP.Code.Literate.Haskell
HAAP.Code.Analysis.Haddock
HAAP.Code.Analysis.SourceGraph
HAAP.Code.Analysis.Usage
HAAP.Code.Git
HAAP.Code.Analysis.Modularity
HAAP.Graphics.Gloss.Capture
HAAP.Web.Graphics.Xterm
HAAP.Web.Diff
HAAP.Code.Brittany
HAAP.Code.Debugger
HAAP.Parse.IndentTree
Hs-source-dirs: src
Other-Modules:
Paths_HAAP
Build-Depends: strict-io, call-stack, cassava, bifunctors, dlist, containers, unordered-containers, vector, transformers, base, mtl, data-default, lens, deepseq, filepath, bytestring, knob, HUnit, hspec >= 2.5.0, hspec-contrib, hspec-core, QuickCheck >= 2.12, safecopy, prettyprinter, hakyll == 4.12.5.0, contravariant, shelly, text, directory, random-shuffle, blaze-html, time, binary, split, safe, template, filemanip, process, pandoc, syb, tagsoup, haskell-src-exts, parsec, parsec-numbers, haddock-library, system-locale, SourceGraph==0.7.0.8, homplexity==0.4.3.5, fgl, Graphalyze >= 0.15.0.1, monad-control, mmorph, StateVar, gloss >= 1.13, GLFW, OpenGL, OpenGLRaw, JuicyPixels, gloss-rendering, cmdargs, async, Xterm, debug==0.1.2, safe-exceptions, exceptions, ghc, ghc-paths, ghc-boot, transformers-base, indents, acid-state, snaplet-acid-state, brittany