muraine/muraine.cabal
2015-07-28 00:31:52 +02:00

49 lines
1.5 KiB
Text

-- Initial muraine.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: muraine
version: 0.1.0.0
synopsis: Eat octopussies
-- description:
homepage: http://yannesposito.com
license: MIT
license-file: LICENSE
author: Yann Esposito (Yogsototh)
maintainer: Yann.Esposito@gmail.com
-- copyright:
category: Stream Computing
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
executable muraine
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends: base
, aeson
, bytestring
, case-insensitive
, conduit
, http-conduit
, http-types
, lens
, lens-aeson
, nats-queue
, old-locale
, text
, time
, vector
, unordered-containers
hs-source-dirs: src/
default-language: Haskell2010
executable nats-consumer
main-is: Consumer.hs
-- other-modules:
-- other-extensions:
build-depends: base
, bytestring
, nats-queue
hs-source-dirs: src/
default-language: Haskell2010