Name: hyper-haskell-server
Version: 0.1.0.2
Synopsis: Server back-end for the HyperHaskell graphical Haskell interpreter
Description:
This package is part of the /HyperHaskell/ project and provides
the server back-end.
.
Category: Compilers/Interpreters
License: BSD3
License-file: LICENSE
Author: Heinrich Apfelmus
Maintainer: Heinrich Apfelmus <apfelmus quantentunnel de>
Copyright: (c) Heinrich Apfelmus 2016-2017
Cabal-version: >= 1.8
Build-type: Simple
Source-repository head
type: git
location: git://github.com/HeinrichApfelmus/hyper-haskell.git
subdir: haskell/hyper-haskell-server/
Executable hyper-haskell-server
build-depends: base >= 4.6 && < 4.11
, aeson (>= 0.7 && < 0.10) || == 0.11.* || (>= 1.0 && < 1.3)
, bytestring >= 0.9 && < 0.11
, deepseq >= 1.2 && < 1.5
, exceptions >= 0.6 && < 0.9
, hint >= 0.4 && < 0.8
, hyper == 0.1.*
, text >= 0.11 && < 1.3
, transformers >= 0.3 && < 0.6
, scotty >= 0.6 && < 0.12
ghc-options: -threaded
cpp-Options: -DCABAL
main-is: Main.hs