packages feed

eternal-0.0.2: eternal.cabal

name:       eternal
category:   Control
version:    0.0.2
author:        Heather Cynede
maintainer:    Heather Cynede <Cynede@Gentoo.org>
license: BSD3
license-file: LICENSE
synopsis: everything breaking the Fairbairn threshold
description:
  Everything breaking the Fairbairn threshold
  but in the same time usable in other projects

build-type: Simple
cabal-version: >= 1.8

library
  Hs-Source-Dirs: src

  exposed-modules:
    Control.Eternal
    
    Control.Eternal.Syntax
    Control.Eternal.System
    Control.Eternal.Algorithms
    
    Control.Eternal.Syntax.Operators
    Control.Eternal.Syntax.Logic
    
    Control.Eternal.System.FileSystem
    Control.Eternal.System.Exec
    Control.Eternal.System.HTTP
    
    Control.Eternal.Algorithms.NaturalSort

  Build-Depends:  
    base >= 4.3 && < 5
    , directory
    , filepath
    , regex-compat
    , process
    , network
    , http-types
    , conduit
    , http-conduit
    , transformers
    , utf8-string
    , bytestring