Skip to content

Commit

Permalink
Update from Hackage at 2017-01-19T17:22:00Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Jan 19, 2017
1 parent 9ebd342 commit de841f2
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
39 changes: 39 additions & 0 deletions writer-cps-full/0.1.0.0/writer-cps-full.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
-- This file has been generated from package.yaml by hpack version 0.15.0.
--
-- see: https://github.com/sol/hpack

name: writer-cps-full
version: 0.1.0.0
synopsis: WriteT and RWST monad transformers (Reexport with all dependencies)
description: The WriterT and RWST monad transformers provided by writer-cps-transformers are written in continuation passing style and avoid the space-leak problem of the traditional Control.Monad.Trans.Writer.Strict and Control.Monad.Trans.Writer.Lazy. This package reexports from writer-cps-transformers and provides all missing orphan instances, e.g. from mtl.
category: Control
homepage: https://github.com/minad/writer-cps-full#readme
bug-reports: https://github.com/minad/writer-cps-full/issues
author: Daniel Mendler
maintainer: mail@daniel-mendler.de
copyright: 2017 Daniel Mendler
license: BSD3
license-file: LICENSE
tested-with: GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1
build-type: Simple
cabal-version: >= 1.10

source-repository head
type: git
location: https://github.com/minad/writer-cps-full

library
hs-source-dirs:
src
build-depends:
base >= 4.5 && < 5
, writer-cps-transformers >= 0.1.1.2 && < 0.2
, writer-cps-mtl >= 0.1.1.2 && < 0.2
, writer-cps-lens >= 0.1.0.0 && < 0.2
, writer-cps-morph >= 0.1.0.1 && < 0.2
exposed-modules:
Control.Monad.RWS.CPS
Control.Monad.Trans.RWS.CPS
Control.Monad.Trans.Writer.CPS
Control.Monad.Writer.CPS
default-language: Haskell2010
1 change: 1 addition & 0 deletions writer-cps-full/0.1.0.0/writer-cps-full.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"1ac244905254dcb7561c38316670e642","Skein512_512":"358b8e36414af48d9e141e595a24c469ede8a218152d3bf9b25b6f0984e3a86905e66dadefba1eb4a8fb01f25eb8ff3b00f7106b42fa2bc8c9358a93ff1fe97f","SHA1":"a4dedc74a29928b611d2aeac6cd5ae4bac2846ea","SHA512":"11ff0b170289fb98ea8ad6c696fb5fe354c28c659973df38f323f9a483d7c8ed89fdbea60f242f679360250ef363d6178e418556130c792226df9dae24a2067f","SHA256":"ba51df5149470be6d70fd179f2af4cae30824a3a63528f1549a97f57610a5e95"},"package-locations":["https://hackage.haskell.org/package/writer-cps-full-0.1.0.0/writer-cps-full-0.1.0.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/writer-cps-full-0.1.0.0.tar.gz"],"package-size":2032}

0 comments on commit de841f2

Please sign in to comment.