packages feed

legion-extra-0.1.2.2: legion-extra.cabal

name:                legion-extra
version:             0.1.2.2
synopsis:            Extra non-essential utilities for building legion applications.
description:         Please see README.md
homepage:            https://github.com/owensmurray/legion-extra#readme
license:             Apache-2.0
license-file:        LICENSE
author:              Rick Owens
maintainer:          rick@owensmurray.comm
copyright:           2016 Rick Owens
category:            value
build-type:          Simple
-- extra-source-files:
cabal-version:       >=1.10

library
  hs-source-dirs:
    src
  exposed-modules:
    Network.Legion.Config
    Network.Legion.Persistence
  build-depends:
    aeson              >= 0.11.2.1 && < 1.1,
    attoparsec         >= 0.13.0.1 && < 0.14,
    base               >= 4.8      && < 4.10,
    binary             >= 0.8.3.0  && < 0.9,
    bytestring         >= 0.10.6.0 && < 0.11,
    canteven-log       >= 1.0.0.0  && < 2.1,
    conduit            >= 1.2.8    && < 1.3,
    containers         >= 0.5.6.2  && < 0.6,
    data-default-class >= 0.0.1    && < 0.2,
    data-dword         >= 0.3      && < 0.4,
    directory          >= 1.2.6.2  && < 1.4,
    legion             >= 0.9      && < 0.11,
    network            >= 2.6.3.1  && < 2.7,
    safe               >= 0.3.9    && < 0.4,
    split              >= 0.2.3.1  && < 0.3,
    stm                >= 2.4.4.1  && < 2.5,
    transformers       >= 0.5.2.0  && < 0.6,
    yaml               >= 0.8.18.6 && < 0.9
  default-language:
    Haskell2010

test-suite legion-extra-test
  type:
    exitcode-stdio-1.0
  hs-source-dirs:
    test
  main-is:
    Spec.hs
  build-depends:
    base,
    legion-extra
  ghc-options:
    -threaded -rtsopts -with-rtsopts=-N
  default-language:
    Haskell2010

source-repository head
  type:     git
  location: https://github.com/owensmurray/legion-extra