packages feed

eternal-0.1.1: eternal.cabal

name:       eternal
category:   Control
version:       0.1.1
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.Reactive
    
    Control.Eternal.Syntax.Operators
    Control.Eternal.Syntax.Unicode
    Control.Eternal.Syntax.Lift
    Control.Eternal.Syntax.Logic

  Build-Depends:  
    base >= 4.3 && < 5
    , transformers
    , utf8-string
    , base-unicode-symbols