space-0.1.0: space.cabal
-- This file has been generated from package.yaml by hpack version 0.17.1.
--
-- see: https://github.com/sol/hpack
name: space
version: 0.1.0
synopsis: Experimental library
description: Please see README.md
category: Web
homepage: https://github.com/xtendo-org/space#readme
bug-reports: https://github.com/xtendo-org/space/issues
author: XT
maintainer: e@xtendo.org
copyright: 2017 XT
license: Apache-2.0
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/xtendo-org/space
library
hs-source-dirs:
src
default-extensions: OverloadedStrings
build-depends:
aeson
, attoparsec
, bytestring
, base64-bytestring
, cryptonite
, directory
, http-date
, http-types
, lucid
, memory
, network
, stm
, template-haskell
, text
, unix
, wai
, warp
, base >=4.7 && <5
exposed-modules:
Space.Server
Space.View
other-modules:
Space.Import
Space.ModifiedTime
Space.UnixSocket
Paths_space
default-language: Haskell2010
test-suite space-test
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base
, space
default-language: Haskell2010