packages feed

hyper-haskell-server-0.2.4.0: hyper-haskell-server.cabal

cabal-version:      3.0
name:               hyper-haskell-server
version:            0.2.4.0
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
homepage:           https://github.com/HeinrichApfelmus/hyper-haskell
license:            BSD-3-Clause
license-file:       LICENSE

author:             Heinrich Apfelmus
maintainer:         Heinrich Apfelmus <apfelmus quantentunnel de>
copyright:          (c) Heinrich Apfelmus 2016-2024

tested-with: 
  , GHC == 8.10.7
  , GHC == 9.2.8
  , GHC == 9.4.7
  , GHC == 9.6.7
  , GHC == 9.8.4
  , GHC == 9.10.1
  , GHC == 9.12.2

source-repository head
  type:               git
  location:           https://github.com/HeinrichApfelmus/hyper-haskell.git
  subdir:             haskell/hyper-haskell-server/

executable hyper-haskell-server
  ghc-options:        -threaded
  cpp-options:        -DCABAL
  default-language:   Haskell2010

  build-depends:
    , aeson       (>= 0.7   && < 0.10) || == 0.11.* || (>= 1.0 && < 2.3)
    , base         >= 4.6   && < 4.22
    , bytestring   >= 0.9   && < 0.13
    , deepseq      >= 1.2   && < 1.7
    , exceptions   >= 0.6   && < 0.11
    , filepath     >= 1.0   && < 1.6
    , haskell-src-exts >= 1.17 && < 1.24
    , hint         >= 0.8   && < 0.10
    , hyper        >= 0.2   && < 0.3
    , text         >= 0.11  && < 2.2
    , transformers >= 0.3   && < 0.7
    , scotty       >= 0.20  && < 0.23

  hs-source-dirs:     src
  main-is:            Main.hs
  other-modules:
    HyperHaskell.Interpreter