Skip to content

Commit

Permalink
Update from Hackage at 2021-01-15T23:11:11Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Jan 15, 2021
1 parent ef5d068 commit 14c3f59
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
42 changes: 42 additions & 0 deletions dep-t/0.1.0.0/dep-t.cabal
@@ -0,0 +1,42 @@
cabal-version: 3.0

name: dep-t
version: 0.1.0.0
synopsis: Reader-like monad transformer for dependency injection.
description: Put all your functions in the environment record! Let all
your functions read from the environment record! No favorites!
-- bug-reports:
license: BSD-3-Clause
license-file: LICENSE
author: Daniel Diaz
maintainer: diaz_carrete@yahoo.com
category: Control
extra-source-files: CHANGELOG.md, README.md

source-repository head
type: git
location: https://github.com/danidiaz/dep-t.git

common common
build-depends: base >=4.10.0.0 && < 5,
transformers ^>= 0.5.0.0,
mtl ^>= 2.2,
unliftio-core ^>= 0.2.0.0,
default-language: Haskell2010

library
import: common
exposed-modules: Control.Monad.Dep
hs-source-dirs: lib

test-suite dep-t-test
import: common
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: tests.hs
build-depends:
dep-t,
rank2classes ^>= 1.4.1,
template-haskell,
tasty >= 1.3.1,
tasty-hunit >= 0.10.0.2,
1 change: 1 addition & 0 deletions dep-t/0.1.0.0/dep-t.json
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"dd67769e3c0b0a85d5673d0a35342805","Skein512_512":"4206b23acfab5ea5ff65587ca6b026774100f5af8a3b6378b7eb6986b44f01e2df70024f9d2f142d66aee5078159c6af7fb5482945692bd78be2bbfa9ef4f64d","SHA1":"19cbf9ddceaced8c22220607852010d550d9b4b8","SHA512":"cea418775474c0955b6cdb86b0216a57671c3284ff07a47dc7c8fa9bbf34045e023a63bef15937a4ea72619cb29110c9c34296c0ef571bbd50c59c321a96a34e","SHA256":"fb3013aa0dce0a30f6de0564903c3f835625a555e55c2b2b6073b822a290c3c9"},"package-locations":["https://hackage.haskell.org/package/dep-t-0.1.0.0/dep-t-0.1.0.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/dep-t-0.1.0.0.tar.gz"],"package-size":7211}

0 comments on commit 14c3f59

Please sign in to comment.