Skip to content

Commit

Permalink
Update from Hackage at 2015-10-30T21:17:09+0000
Browse files Browse the repository at this point in the history
  • Loading branch information
Commercial Haskell all-cabal-hashes Travis job committed Oct 30, 2015
1 parent c73d0b1 commit d288879
Show file tree
Hide file tree
Showing 15 changed files with 1,160 additions and 3 deletions.
6 changes: 3 additions & 3 deletions binary-orphans/0.1.1.0/binary-orphans.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

name: binary-orphans
version: 0.1.1.0
x-revision: 4
x-revision: 5
synopsis: Orphan instances for binary
description: `binary-orphans` defines orphan instances for types in some popular packages.
category: Web
Expand Down Expand Up @@ -35,7 +35,7 @@ library
, aeson >=0.8 && <0.10.1
, binary >=0.7 && <0.7.7
, hashable >=1.2 && <1.3
, scientific >=0.3 && <0.4
, scientific >=0.3 && <0.3.4
, tagged >=0.7 && <0.8.2
, text >=1.2 && <1.3
, time >=1.4 && <1.5.1
Expand Down Expand Up @@ -68,4 +68,4 @@ test-suite binary-orphans-test
, quickcheck-instances >=0.3 && <0.4
, tasty >=0.10 && <0.12
, tasty-quickcheck >=0.8 && <0.9
default-language: Haskell2010
default-language: Haskell2010
71 changes: 71 additions & 0 deletions crypto-enigma/0.0.2.5/crypto-enigma.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
name: crypto-enigma
-- http://www.haskell.org/haskellwiki/Package_versioning_policy
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
version: 0.0.2.5
synopsis: An Enigma machine simulator with display.
description: The crypto-enigma package is an Enigma machine simulator
with rich display and machine state details.
.
Currently support is only provided for the machine models in most widespread general use
during the war years: the I, M3, and M4.
.
For basic functionality, including some introspection of machine state
and the mappings performed, simply
.
> > import Crypto.Enigma
.
For richer display functionality additionally
.
> > import Crypto.Enigma.Display
.
(Note that this package assumes support for combining Unicode, without which some output may
appear garbled.)
homepage: https://github.com/orome/crypto-enigma-hs
bug-reports: https://github.com/orome/crypto-enigma-hs/issues
license: BSD3
license-file: LICENSE
author: Roy Levien
maintainer: royl@aldaron.com
copyright: (c) 2014-2015 Roy Levien
category: Cryptography, Education
build-type: Simple
extra-source-files: CHANGELOG.md
README.md
extra-doc-files: figs/*.jpg
cabal-version: >=1.22

source-repository head
type: git
location: git://github.com/orome/crypto-enigma-hs.git
branch: develop

source-repository this
type: git
location: git://github.com/orome/crypto-enigma-hs.git
branch: hackage
tag: 0.0.2.5

library
-- default-extensions: Trustworthy
exposed-modules: Crypto.Enigma,
Crypto.Enigma.Display
other-modules: Crypto.Enigma.Utils
-- other-extensions:
build-depends: base >=4.8.1.0 && <4.9,
containers >=0.5.5.1,
split >=0.2.2,
MissingH >=1.3.0.1
-- hs-source-dirs:
default-language: Haskell2010

test-suite crypto-enigma-test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Test.hs
build-depends: base >=4.8.1.0 && <4.9,
HUnit >=1.3,
crypto-enigma
-- ghc-options: -threaded -rtsopts -with-rtsopts=-N
default-language: Haskell2010
1 change: 1 addition & 0 deletions crypto-enigma/0.0.2.5/crypto-enigma.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"1c0beb2f5a968932cc37377a115b7bac","Skein512_512":"96dc2d765370473899b8187a90cf93aaa269dabfbcdd44bd748a20aa9627d3a465dc2d1f47e93572eac7650dda419f9fe0fad6730875fda826c5bb57659f114a","SHA1":"4fcf0bbfe09ce441eb9bf797de124c610e598d36","SHA512":"b341169b1d200c4f0e0e6439f4d4c4050fa0d342add9e8a90f7f5d356b28890eb2c25b4772e08cd351ad0d3606ed7800473b76c459a02c86f5aa1bb246f92e07","SHA256":"67fcdd2646f985d97fadbdaeb70ed4b85d8cc74dc0afa031c3bfbd949c9778b6"},"package-locations":["https://hackage.haskell.org/package/crypto-enigma-0.0.2.5/crypto-enigma-0.0.2.5.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/crypto-enigma-0.0.2.5.tar.gz"],"package-size":287541}
179 changes: 179 additions & 0 deletions deepcontrol/0.5.4.0/deepcontrol.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,179 @@
name: deepcontrol
version: 0.5.4.0
synopsis: Provide deep level programming style for Applicative and Monad
description: This module provides more deeper level style of programming than the usual Applicative and Monad modules express.
license: BSD3
license-file: LICENSE
author: KONISHI Yohsuke
maintainer: ocean0yohsuke@gmail.com
homepage: https://github.com/ocean0yohsuke/deepcontrol
copyright: (c) 2015 KONISHI Yohsuke
category: Control
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
extra-source-files: README.md
bug-reports: https://github.com/ocean0yohsuke/deepcontrol/issues
source-repository head
type: git
location: https://github.com/ocean0yohsuke/deepcontrol.git

library
exposed-modules: DeepControl.Arrow
, DeepControl.Applicative
, DeepControl.Traversable
, DeepControl.Monad
, DeepControl.Monad.Trans.Except
, DeepControl.Monad.Trans.Writer
, DeepControl.Monad.Morph
, DeepControl.Monad.Signatures
, DeepControl.Monad.Trans
, DeepControl.Monad.Trans.Identity
-- other-modules:
other-extensions: MultiParamTypeClasses
, FlexibleInstances
, UndecidableInstances
, DeriveFunctor
, GeneralizedNewtypeDeriving
, FunctionalDependencies
, TypeSynonymInstances
, TypeFamilies
, FlexibleContexts
build-depends: base >=4.8 && <5
, mtl >=2.2
, mmorph >= 1.0
, transformers >=0.4
--hs-source-dirs:
default-language: Haskell2010
--Ghc-Options: -Wall -O2

Test-Suite doctests
Type: exitcode-stdio-1.0
Default-Language: Haskell2010
HS-Source-Dirs: test
Ghc-Options: -threaded -Wall
Main-Is: doctests.hs
Build-Depends: base
, doctest >= 0.9.3
, QuickCheck >= 2.8.1

Test-Suite unit_Applicative
Type: exitcode-stdio-1.0
Default-Language: Haskell2010
HS-Source-Dirs: test
-- Ghc-Options: -threaded -Wall
Main-Is: unit_Applicative.hs
Build-Depends: base
, HUnit >= 1.3.0
, deepcontrol
Test-Suite unit_Traversable
Type: exitcode-stdio-1.0
Default-Language: Haskell2010
HS-Source-Dirs: test
-- Ghc-Options: -threaded -Wall
Main-Is: unit_Traversable.hs
Build-Depends: base
, HUnit >= 1.3.0
, deepcontrol
Test-Suite unit_Monad
Type: exitcode-stdio-1.0
Default-Language: Haskell2010
HS-Source-Dirs: test
-- Ghc-Options: -threaded -Wall
Main-Is: unit_Monad.hs
Build-Depends: base
, HUnit >= 1.3.0
, deepcontrol
, mtl
, safe
Test-Suite unit_Monad-Level1
Type: exitcode-stdio-1.0
Default-Language: Haskell2010
HS-Source-Dirs: test
-- Ghc-Options: -threaded -Wall
Main-Is: unit_Monad-Level1.hs
Build-Depends: base
, HUnit >= 1.3.0
, mtl, containers
, deepcontrol
Test-Suite unit_Monad-Level2
Type: exitcode-stdio-1.0
Default-Language: Haskell2010
HS-Source-Dirs: test
-- Ghc-Options: -threaded -Wall
Main-Is: unit_Monad-Level2.hs
Build-Depends: base
, HUnit >= 1.3.0
, mtl, transformers
, deepcontrol
Test-Suite unit_Monad-factorial
Type: exitcode-stdio-1.0
Default-Language: Haskell2010
HS-Source-Dirs: test
-- Ghc-Options: -threaded -Wall
Main-Is: unit_Monad-factorial.hs
Build-Depends: base
, HUnit >= 1.3.0
, mtl, transformers
, deepcontrol
Test-Suite unit_Monad-factorial2
Type: exitcode-stdio-1.0
Default-Language: Haskell2010
HS-Source-Dirs: test
-- Ghc-Options: -threaded -Wall
Main-Is: unit_Monad-factorial2.hs
Build-Depends: base
, HUnit >= 1.3.0
, mtl, transformers
, deepcontrol
Test-Suite unit_MonadTrans-ackermann
Type: exitcode-stdio-1.0
Default-Language: Haskell2010
HS-Source-Dirs: test
-- Ghc-Options: -threaded -Wall
Main-Is: unit_MonadTrans-ackermann.hs
Build-Depends: base
, HUnit >= 1.3.0
, mtl, transformers
, deepcontrol
Test-Suite unit_MonadTrans
Type: exitcode-stdio-1.0
Default-Language: Haskell2010
HS-Source-Dirs: test
-- Ghc-Options: -threaded -Wall
Main-Is: unit_MonadTrans.hs
Build-Depends: base
, HUnit >= 1.3.0
, mtl
, deepcontrol
Test-Suite unit_MonadMorph
Type: exitcode-stdio-1.0
Default-Language: Haskell2010
HS-Source-Dirs: test
-- Ghc-Options: -threaded -Wall
Main-Is: unit_MonadMorph.hs
Build-Depends: base
, HUnit >= 1.3.0
, mtl
, deepcontrol
Test-Suite unit_MonadMorph-bind
Type: exitcode-stdio-1.0
Default-Language: Haskell2010
HS-Source-Dirs: test
-- Ghc-Options: -threaded -Wall
Main-Is: unit_MonadMorph-bind.hs
Build-Depends: base
, HUnit >= 1.3.0
, mtl, transformers
, deepcontrol
Test-Suite unit_MonadMorph-bind2
Type: exitcode-stdio-1.0
Default-Language: Haskell2010
HS-Source-Dirs: test
-- Ghc-Options: -threaded -Wall
Main-Is: unit_MonadMorph-bind2.hs
Build-Depends: base
, HUnit >= 1.3.0
, mtl, transformers
, deepcontrol

1 change: 1 addition & 0 deletions deepcontrol/0.5.4.0/deepcontrol.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"c81ca20d51ffd8f1a60da894f017e38f","Skein512_512":"36bff77e31b7fd7424b7a4cb1778032d10b7f11c8462288e0bc70688e960fe1c726c7808537ce4f8d233fdcdc006657f3df02d19b894a80b48b459b18694c421","SHA1":"0fdad5bed5ae7ba23e2c27034628fae570a147b3","SHA512":"aad20bc9910182beb40870c6e3665d33fe81977bee1599b94ce2470dd8ea199a2be24a022703599647e7f7b124654b10360b39cf53be1ef642fa5580196e6cd2","SHA256":"8e031be3ff6a28fd70468879d98c932f607905f8f47d3f4033c60f23a66ab1e1"},"package-locations":["https://hackage.haskell.org/package/deepcontrol-0.5.4.0/deepcontrol-0.5.4.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/deepcontrol-0.5.4.0.tar.gz"],"package-size":35515}
Loading

0 comments on commit d288879

Please sign in to comment.