Cabal revisions of machines-0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: machines-category: Control, Enumerator-version: 0.1-license: BSD3-cabal-version: >= 1.10-license-file: LICENSE-author: Edward A. Kmett, Rúnar Bjarnason-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) 2012 Edward A. Kmett-synopsis: Networked stream transducers-description: Networked stream transducers-build-type: Simple-tested-with: GHC == 7.4.1-extra-source-files:- .travis.yml- .ghci- .gitignore- .vim.custom- config- README.markdown- CHANGELOG.markdown--source-repository head- type: git- location: git://github.com/ekmett/machines.git--library- build-depends:- base == 4.*,- comonad == 3.0.*,- containers >= 0.3 && < 0.6,- free >= 3.1.1 && < 3.2,- profunctors == 3.0.*,- semigroups >= 0.8.3 && < 0.9,- transformers == 0.3.*,- mtl >= 2.1.1 && < 2.2-- exposed-modules:- Data.Machine- Data.Machine.Is- Data.Machine.Mealy- Data.Machine.Moore- Data.Machine.Process- Data.Machine.Plan- Data.Machine.Tee- Data.Machine.Type- Data.Machine.Unread- Data.Machine.Wye-- default-language: Haskell2010- other-extensions:- FlexibleInstances- GADTs- MultiParamTypeClasses- Rank2Types- UndecidableInstances-- ghc-options: -Wall -fwarn-tabs -O2 -fdicts-cheap -funbox-strict-fields- hs-source-dirs: src---- Verify the results of the examples-test-suite doctests- type: exitcode-stdio-1.0- main-is: doctests.hs- build-depends:- base == 4.*,- directory >= 1.0 && < 1.2,- doctest >= 0.8 && <= 0.9,- filepath >= 1.3 && < 1.4- ghc-options: -Wall -Werror -threaded- hs-source-dirs: tests+name: machines +category: Control, Enumerator +version: 0.1 +x-revision: 1 +license: BSD3 +cabal-version: >= 1.10 +license-file: LICENSE +author: Edward A. Kmett, Rúnar Bjarnason +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) 2012 Edward A. Kmett +synopsis: Networked stream transducers +description: Networked stream transducers +build-type: Simple +tested-with: GHC == 7.4.1 +extra-source-files: + .travis.yml + .ghci + .gitignore + .vim.custom + config + README.markdown + CHANGELOG.markdown + +source-repository head + type: git + location: git://github.com/ekmett/machines.git + +library + build-depends: + base == 4.* && < 0, + comonad == 3.0.*, + containers >= 0.3 && < 0.6, + free >= 3.1.1 && < 3.2, + profunctors == 3.0.*, + semigroups >= 0.8.3 && < 0.9, + transformers == 0.3.*, + mtl >= 2.1.1 && < 2.2 + + exposed-modules: + Data.Machine + Data.Machine.Is + Data.Machine.Mealy + Data.Machine.Moore + Data.Machine.Process + Data.Machine.Plan + Data.Machine.Tee + Data.Machine.Type + Data.Machine.Unread + Data.Machine.Wye + + default-language: Haskell2010 + other-extensions: + FlexibleInstances + GADTs + MultiParamTypeClasses + Rank2Types + UndecidableInstances + + ghc-options: -Wall -fwarn-tabs -O2 -fdicts-cheap -funbox-strict-fields + hs-source-dirs: src + +-- Verify the results of the examples +test-suite doctests + type: exitcode-stdio-1.0 + main-is: doctests.hs + build-depends: + base == 4.*, + directory >= 1.0 && < 1.2, + doctest >= 0.8 && <= 0.9, + filepath >= 1.3 && < 1.4 + ghc-options: -Wall -Werror -threaded + hs-source-dirs: tests
revision 2
name: machines category: Control, Enumerator version: 0.1 -x-revision: 1 +x-revision: 2 license: BSD3 cabal-version: >= 1.10 license-file: LICENSE library build-depends: - base == 4.* && < 0, + base >= 4.5 && < 5, comonad == 3.0.*, containers >= 0.3 && < 0.6, free >= 3.1.1 && < 3.2, type: exitcode-stdio-1.0 main-is: doctests.hs build-depends: - base == 4.*, + base >= 4.5 && < 5, directory >= 1.0 && < 1.2, doctest >= 0.8 && <= 0.9, filepath >= 1.3 && < 1.4
revision 3
name: machines category: Control, Enumerator version: 0.1 -x-revision: 2 +x-revision: 3 license: BSD3 cabal-version: >= 1.10 license-file: LICENSE location: git://github.com/ekmett/machines.git library + -- Broken release, missing Data.Machine.Source module + build-depends: base <0 + build-depends: - base >= 4.5 && < 5,+ base >= 4.5 && < 5, comonad == 3.0.*, containers >= 0.3 && < 0.6, free >= 3.1.1 && < 3.2, type: exitcode-stdio-1.0 main-is: doctests.hs build-depends: - base >= 4.5 && < 5,+ base >= 4.5 && < 5, directory >= 1.0 && < 1.2, doctest >= 0.8 && <= 0.9, filepath >= 1.3 && < 1.4