packages feed

Cabal revisions of postgresql-simple-0.4.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-Name:                postgresql-simple-Version:             0.4.0.0-Synopsis:            Mid-Level PostgreSQL client library-Description:-    Mid-Level PostgreSQL client library, forked from mysql-simple.-License:             BSD3-License-file:        LICENSE-Author:              Bryan O'Sullivan, Leon P Smith-Maintainer:          Leon P Smith <leon@melding-monads.com>-Copyright:           (c) 2011 MailRank, Inc.-                     (c) 2011-2013 Leon P Smith-Category:            Database-Build-type:          Simple--Cabal-version:       >= 1.9.2--extra-source-files:-     CONTRIBUTORS--Library-  hs-source-dirs: src-  Exposed-modules:-     Database.PostgreSQL.Simple-     Database.PostgreSQL.Simple.Arrays-     Database.PostgreSQL.Simple.BuiltinTypes-     Database.PostgreSQL.Simple.Copy-     Database.PostgreSQL.Simple.FromField-     Database.PostgreSQL.Simple.FromRow-     Database.PostgreSQL.Simple.LargeObjects-     Database.PostgreSQL.Simple.HStore-     Database.PostgreSQL.Simple.HStore.Internal-     Database.PostgreSQL.Simple.Notification-     Database.PostgreSQL.Simple.Ok-     Database.PostgreSQL.Simple.SqlQQ-     Database.PostgreSQL.Simple.Time-     Database.PostgreSQL.Simple.Time.Internal-     Database.PostgreSQL.Simple.ToField-     Database.PostgreSQL.Simple.ToRow-     Database.PostgreSQL.Simple.Transaction-     Database.PostgreSQL.Simple.TypeInfo-     Database.PostgreSQL.Simple.TypeInfo.Macro-     Database.PostgreSQL.Simple.TypeInfo.Static-     Database.PostgreSQL.Simple.Types-     Database.PostgreSQL.Simple.Errors--- Other-modules:-     Database.PostgreSQL.Simple.Internal--  Other-modules:-     Database.PostgreSQL.Simple.Compat-     Database.PostgreSQL.Simple.HStore.Implementation-     Database.PostgreSQL.Simple.Time.Implementation-     Database.PostgreSQL.Simple.TypeInfo.Types--  Build-depends:-    aeson >= 0.6.2,-    attoparsec >= 0.10.3,-    base < 5,-    blaze-builder,-    blaze-textual,-    bytestring >= 0.9,-    containers,-    postgresql-libpq >= 0.6.2,-    template-haskell,-    text >= 0.11.1,-    time,-    transformers,-    uuid >= 1.3.1,-    vector--  extensions: DoAndIfThenElse, OverloadedStrings, BangPatterns, ViewPatterns-              TypeOperators--  ghc-options: -Wall -fno-warn-name-shadowing--source-repository head-  type:     git-  location: http://github.com/lpsmith/postgresql-simple--source-repository this-  type:     git-  location: http://github.com/lpsmith/postgresql-simple-  tag:      v0.4.0.0--test-suite test-  type:           exitcode-stdio-1.0--  hs-source-dirs: test-  main-is:        Main.hs-  other-modules:-    Common-    Notify-    Serializable-    Time--  Build-depends:-     vector--  ghc-options: -Wall -fno-warn-name-shadowing -fno-warn-unused-do-bind--  extensions: NamedFieldPuns-            , OverloadedStrings-            , Rank2Types-            , RecordWildCards-            , PatternGuards-            , ScopedTypeVariables--  build-depends: base-               , aeson-               , base16-bytestring-               , bytestring-               , containers-               , cryptohash-               , HUnit-               , postgresql-simple-               , text-               , time+Name:                postgresql-simple
+Version:             0.4.0.0
+x-revision: 1
+Synopsis:            Mid-Level PostgreSQL client library
+Description:
+    Mid-Level PostgreSQL client library, forked from mysql-simple.
+License:             BSD3
+License-file:        LICENSE
+Author:              Bryan O'Sullivan, Leon P Smith
+Maintainer:          Leon P Smith <leon@melding-monads.com>
+Copyright:           (c) 2011 MailRank, Inc.
+                     (c) 2011-2013 Leon P Smith
+Category:            Database
+Build-type:          Simple
+
+Cabal-version:       >= 1.9.2
+
+extra-source-files:
+     CONTRIBUTORS
+
+Library
+  -- otherwise an invalid `#elsif` token is exposed via MIN_VERSION_aeson(0,6,3)
+  build-depends: aeson < 0.6.3
+
+  hs-source-dirs: src
+  Exposed-modules:
+     Database.PostgreSQL.Simple
+     Database.PostgreSQL.Simple.Arrays
+     Database.PostgreSQL.Simple.BuiltinTypes
+     Database.PostgreSQL.Simple.Copy
+     Database.PostgreSQL.Simple.FromField
+     Database.PostgreSQL.Simple.FromRow
+     Database.PostgreSQL.Simple.LargeObjects
+     Database.PostgreSQL.Simple.HStore
+     Database.PostgreSQL.Simple.HStore.Internal
+     Database.PostgreSQL.Simple.Notification
+     Database.PostgreSQL.Simple.Ok
+     Database.PostgreSQL.Simple.SqlQQ
+     Database.PostgreSQL.Simple.Time
+     Database.PostgreSQL.Simple.Time.Internal
+     Database.PostgreSQL.Simple.ToField
+     Database.PostgreSQL.Simple.ToRow
+     Database.PostgreSQL.Simple.Transaction
+     Database.PostgreSQL.Simple.TypeInfo
+     Database.PostgreSQL.Simple.TypeInfo.Macro
+     Database.PostgreSQL.Simple.TypeInfo.Static
+     Database.PostgreSQL.Simple.Types
+     Database.PostgreSQL.Simple.Errors
+-- Other-modules:
+     Database.PostgreSQL.Simple.Internal
+
+  Other-modules:
+     Database.PostgreSQL.Simple.Compat
+     Database.PostgreSQL.Simple.HStore.Implementation
+     Database.PostgreSQL.Simple.Time.Implementation
+     Database.PostgreSQL.Simple.TypeInfo.Types
+
+  Build-depends:
+    aeson >= 0.6.2,
+    attoparsec >= 0.10.3,
+    base < 5,
+    blaze-builder,
+    blaze-textual,
+    bytestring >= 0.9,
+    containers,
+    postgresql-libpq >= 0.6.2,
+    template-haskell,
+    text >= 0.11.1,
+    time,
+    transformers,
+    uuid >= 1.3.1,
+    vector
+
+  extensions: DoAndIfThenElse, OverloadedStrings, BangPatterns, ViewPatterns
+              TypeOperators
+
+  ghc-options: -Wall -fno-warn-name-shadowing
+
+source-repository head
+  type:     git
+  location: http://github.com/lpsmith/postgresql-simple
+
+source-repository this
+  type:     git
+  location: http://github.com/lpsmith/postgresql-simple
+  tag:      v0.4.0.0
+
+test-suite test
+  type:           exitcode-stdio-1.0
+
+  hs-source-dirs: test
+  main-is:        Main.hs
+  other-modules:
+    Common
+    Notify
+    Serializable
+    Time
+
+  Build-depends:
+     vector
+
+  ghc-options: -Wall -fno-warn-name-shadowing -fno-warn-unused-do-bind
+
+  extensions: NamedFieldPuns
+            , OverloadedStrings
+            , Rank2Types
+            , RecordWildCards
+            , PatternGuards
+            , ScopedTypeVariables
+
+  build-depends: base
+               , aeson
+               , base16-bytestring
+               , bytestring
+               , containers
+               , cryptohash
+               , HUnit
+               , postgresql-simple
+               , text
+               , time