Skip to content

Commit

Permalink
Update from Hackage at 2018-11-02T16:36:33Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Nov 2, 2018
1 parent 5a2e338 commit 98ec0ee
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
@@ -0,0 +1,55 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: d42bdbd3c8dfe95a357a1c7edcc09b82bbce5cadb2c494dbbe9ed7d54be8d645

name: persistent-template-classy
version: 0.1.0.1
synopsis: Generate classy lens field accessors for persistent models
description: Generate classy lens field accessors for persistent models.
category: Database, Lens, Yesod
homepage: https://github.com/k-bx/persistent-template-classy#readme
author: Kostiantyn Rybnikov
maintainer: k-bx@k-bx.com
copyright: 2018 Kostiantyn Rybnikov
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md

library
exposed-modules:
Database.Persist.TH.Classy
other-modules:
Paths_persistent_template_classy
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
, lens
, persistent
, persistent-sqlite
, persistent-template
, template-haskell
, text
default-language: Haskell2010

test-suite persistent-template-classy-example
type: exitcode-stdio-1.0
main-is: examples/persistent-template-classy-example.hs
other-modules:
Paths_persistent_template_classy
build-depends:
base >=4.7 && <5
, lens
, persistent
, persistent-sqlite
, persistent-template
, persistent-template-classy
, template-haskell
, text
default-language: Haskell2010
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"f4e7ca73fb6fa2dd2b7fe56cd0b73dea","Skein512_512":"0dba2568f0727cf83dadbbc9b2e93015aef5c955441f84faf5f567deaf01ff287a4a3051d0e09dd9601f4c38c7d112f4c721e51af6a74d0d2df4f1992e9daa2c","SHA1":"1af6ed410c6e685d9c551443ba6472f7e2f83291","SHA512":"6089bd5fa2e007fa8bc683d2d3288c4b0a2461f021522cb3e35a5dc863b906aa46c6a5d6d906fdfb365f1c4be1ec99da5a3b99394e8c5a91e049ea2191aca116","SHA256":"ca909d7614b21fa441bb98f18861b6b87aebcbaa2b697076f3d8c857aa63055e"},"package-locations":["https://hackage.haskell.org/package/persistent-template-classy-0.1.0.1/persistent-template-classy-0.1.0.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/persistent-template-classy-0.1.0.1.tar.gz"],"package-size":3546}

0 comments on commit 98ec0ee

Please sign in to comment.