packages feed

Cabal revisions of hsql-1.8.1

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

revision 1
-name:		hsql-version:	1.8.1-license:	BSD3-author:		Krasimir Angelov <ka2_mail@yahoo.com>-maintainer:     Nick Rudnick <nick.rudnick@googlemail.com>-category:	Database-synopsis:       Simple library for database access from Haskell.-description:	Simple library for database access from Haskell.-exposed-modules:-    DB.HSQL.Core,-    DB.HSQL.Error,-    DB.HSQL.Type,-    DB.HSQL.Type.Diverse,-    DB.HSQL.Type.Geometric,-    DB.HSQL.Type.Numeric,-    DB.HSQL.Type.Time,-    DB.HSQL.Type.NetAddress,-	Database.HSQL,-	Database.HSQL.Types-build-depends:	base==4.*, old-time-extensions: CPP, ForeignFunctionInterface, DeriveDataTypeable, RankNTypes,-			ScopedTypeVariables-build-type: Simple-license-file: LICENSE-cabal-version: >= 1.6+name:   hsql
+version:  1.8.1
+x-revision: 1
+license:  BSD3
+author:   Krasimir Angelov <ka2_mail@yahoo.com>
+maintainer:     Nick Rudnick <nick.rudnick@googlemail.com>
+category: Database
+synopsis:       Simple library for database access from Haskell.
+description:  Simple library for database access from Haskell.
+build-type: Simple
+license-file: LICENSE
+cabal-version: >= 1.8
+
+library
+    exposed-modules:
+        DB.HSQL.Core,
+        DB.HSQL.Error,
+        DB.HSQL.Type,
+        DB.HSQL.Type.Diverse,
+        DB.HSQL.Type.Geometric,
+        DB.HSQL.Type.Numeric,
+        DB.HSQL.Type.Time,
+        DB.HSQL.Type.NetAddress,
+      Database.HSQL,
+      Database.HSQL.Types
+    build-depends:  base >= 4 && < 4.10, old-time
+    extensions: CPP, ForeignFunctionInterface, DeriveDataTypeable, RankNTypes,
+          ScopedTypeVariables