Skip to content

Commit

Permalink
Update from Hackage at 2018-03-25T17:00:17Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Mar 25, 2018
1 parent b304d4a commit 6272b09
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
59 changes: 59 additions & 0 deletions potoki-hasql/1.1/potoki-hasql.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
name:
potoki-hasql
version:
1.1
synopsis:
Integration of "potoki" and "hasql".
description:
Utilities, which integrate Hasql and Potoki.
category:
Streaming, Database
homepage:
https://github.com/metrix-ai/potoki-hasql
bug-reports:
https://github.com/metrix-ai/potoki-hasql/issues
author:
Nikita Volkov <nikita.y.volkov@mail.ru>
maintainer:
Metrix.AI Ninjas <ninjas@metrix.ai>
copyright:
(c) 2018, Metrix.AI
license:
MIT
license-file:
LICENSE
build-type:
Simple
cabal-version:
>=1.24

source-repository head
type:
git
location:
https://github.com/metrix-ai/potoki-hasql.git

library
hs-source-dirs:
library
default-extensions:
Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFoldable, DeriveFunctor, DeriveGeneric, DeriveTraversable, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell, TupleSections, TypeFamilies, TypeOperators, UnboxedTuples
default-language:
Haskell2010
exposed-modules:
Potoki.Hasql.Consume
Potoki.Hasql.Produce
other-modules:
Potoki.Error.Hasql
Potoki.Error.Instances
Potoki.Error.Types
Potoki.Prelude
build-depends:
hasql == 1.1.1,
potoki == 0.11.1,
potoki-core == 1.5.2,
base == 4.10.1.0,
text == 1.2.3.0,
bytestring == 0.10.8.2,
vector == 0.12.0.1,
profunctors == 5.2.2
1 change: 1 addition & 0 deletions potoki-hasql/1.1/potoki-hasql.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"27a6a396b05ea538d282b1ea695639e7","Skein512_512":"dd8c495548d1c728841e403c5051459a146846b765aa2043286d1f8a7739ebc15620f356b99897de09907168db548736ec27f084d9eb4b530a92d13a245fc5fa","SHA1":"cb75abf71cf40fdc1670cf7e2d6c71ad338646cb","SHA512":"e15f80a5f78c0e6342088fcc6d9067135a44c80786eb32a704fd5c2d0c5e7a29f9b8aac26c2d54884b255665ae51dc3fc3b75ef87dc588d8c5af46c92893bf94","SHA256":"50035826beff329e3d99e654b775a980ae59321a6efae275eed9ab8647d47a0d"},"package-locations":["https://hackage.haskell.org/package/potoki-hasql-1.1/potoki-hasql-1.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/potoki-hasql-1.1.tar.gz"],"package-size":3373}

0 comments on commit 6272b09

Please sign in to comment.