Skip to content

Commit

Permalink
Update from Hackage at 2019-08-19T05:06:57Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Aug 19, 2019
1 parent 80ba635 commit f0ef514
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: postgresql-simple-interpolate
version: 0.1
synopsis: Interpolated SQL queries via quasiquotation
description: Interpolated SQL queries via quasiquotation
license: BSD3
license-file: LICENSE
author: Elliot Cameron
maintainer: eacameron@gmail.com
copyright: ©2019 Elliot Cameron
homepage: https://github.com/3noch/postgresql-simple-interpolate
category: Database
build-type: Simple
cabal-version: >=1.8

source-repository head
type: git
location: git://github.com/3noch/postgresql-simple-interpolate.git

library
hs-source-dirs: src
exposed-modules:
Database.PostgreSQL.Simple.SqlQQ.Interpolated
Database.PostgreSQL.Simple.SqlQQ.Interpolated.Parser
build-depends:
base >= 4.5 && < 5,
haskell-src-meta >= 0.6 && < 0.9,
mtl >=2.1 && < 2.3,
parsec ==3.1.*,
postgresql-simple,
template-haskell
ghc-options: -Wall -O2
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"90b083c782af4cd5515a5b82d318b1e8","Skein512_512":"7f19db99e904b45a372ab27841591ebfe79a9ed1ce6481aa355b81d9b89a204652e2ad05003731e453225eee079d9a110a75331c772e2b708a643b3604cb5b00","SHA1":"660d164ac55aca4b4ab31280586872951fcea3bb","SHA512":"1f48d78d0b9c7a120148e7cc767e83259ccf1d60109b9723ab564deb7e7d1b6a215e404367ceaf9aaa0d8e1d46a0f75e22fd3410c174ac0a79261117dd750876","SHA256":"60b8b643e9775521a279c528e8ddff8e1266603e9e30e8c6d77452bf6890045b"},"package-locations":["https://hackage.haskell.org/package/postgresql-simple-interpolate-0.1/postgresql-simple-interpolate-0.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/postgresql-simple-interpolate-0.1.tar.gz"],"package-size":4010}

0 comments on commit f0ef514

Please sign in to comment.