machines-0.7.4: examples/machines-examples.cabal
name: machines-examples
category: Control, Enumerator
version: 0.1
license: BSD3
cabal-version: >= 1.10
license-file: LICENSE
author: Josh Cough
maintainer: Edward A. Kmett <ekmett@gmail.com>
stability: provisional
homepage: http://github.com/ekmett/machines/
bug-reports: http://github.com/ekmett/machines/issues
copyright: Copyright (C) 2014 Edward A. Kmett
synopsis: Networked stream transducers
description: Networked stream transducers
.
@machines@ examples
build-type: Simple
tested-with: GHC == 8.0.2
, GHC == 8.2.2
, GHC == 8.4.4
, GHC == 8.6.5
, GHC == 8.8.4
, GHC == 8.10.7
, GHC == 9.0.2
, GHC == 9.2.8
, GHC == 9.4.8
, GHC == 9.6.6
, GHC == 9.8.4
, GHC == 9.10.1
, GHC == 9.12.1
source-repository head
type: git
location: git://github.com/ekmett/machines.git
library
build-depends:
base >= 4.9 && < 5,
machines == 0.7.*,
mtl >= 2 && < 2.4
exposed-modules:
Examples
default-language: Haskell2010
ghc-options: -Wall