Commit f83f37c4 authored by Clint Adams's avatar Clint Adams
Browse files

esqueleto: Upgrading from 2.5.3.git20180402 to 2.6.0

parent 07453e98
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-esqueleto (2.6.0-1) unstable; urgency=medium

  * New upstream version.

 -- Clint Adams <clint@debian.org>  Sat, 27 Jul 2019 16:04:23 -0400

haskell-esqueleto (2.5.3.git20180402-3) unstable; urgency=medium

  * Remove build dependency on libghc-text-dev (provided by ghc-8.4.3)
+3 −3
Original line number Diff line number Diff line
@@ -15,8 +15,8 @@ Build-Depends: debhelper (>= 10),
 libghc-conduit-prof,
 libghc-monad-logger-dev,
 libghc-monad-logger-prof,
 libghc-persistent-dev (>= 2.8),
 libghc-persistent-dev (<< 2.9),
 libghc-persistent-dev (>= 2.8.0),
 libghc-persistent-dev (<< 2.10),
 libghc-persistent-prof,
 libghc-resourcet-dev (>= 1.2),
 libghc-resourcet-prof,
@@ -41,7 +41,7 @@ Build-Depends-Indep: ghc-doc,
 libghc-tagged-doc,
 libghc-unliftio-doc,
 libghc-unordered-containers-doc,
Standards-Version: 4.1.4
Standards-Version: 4.4.0
Homepage: https://github.com/bitemyapp/esqueleto
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-esqueleto
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-esqueleto]
+10 −10
Original line number Diff line number Diff line
--- a/esqueleto.cabal
+++ b/esqueleto.cabal
@@ -61,70 +61,6 @@
       Paths_esqueleto
@@ -62,70 +62,6 @@
     ghc-options: -Wall
   default-language: Haskell2010
 
-test-suite mysql
-  type: exitcode-stdio-1.0
-  main-is: MySQL/Test.hs
-  other-modules:
-      Common.Test
-      Paths_esqueleto
-  hs-source-dirs:
-      test
-  ghc-options: -Wall
@@ -21,7 +24,7 @@
-    , monad-logger
-    , mysql
-    , mysql-simple
-    , persistent >=2.8.0 && <2.9
-    , persistent >=2.8.0 && <2.10
-    , persistent-mysql
-    , persistent-template
-    , resourcet >=1.2
@@ -31,14 +34,14 @@
-    , transformers >=0.2
-    , unliftio
-    , unordered-containers >=0.2
-  other-modules:
-      Common.Test
-      Paths_esqueleto
-  default-language: Haskell2010
-
-test-suite postgresql
-  type: exitcode-stdio-1.0
-  main-is: PostgreSQL/Test.hs
-  other-modules:
-      Common.Test
-      Paths_esqueleto
-  hs-source-dirs:
-      test
-  ghc-options: -Wall
@@ -51,7 +54,7 @@
-    , esqueleto
-    , hspec
-    , monad-logger
-    , persistent >=2.8.0 && <2.9
-    , persistent >=2.8.0 && <2.10
-    , persistent-postgresql
-    , persistent-template
-    , postgresql-libpq
@@ -63,9 +66,6 @@
-    , transformers >=0.2
-    , unliftio
-    , unordered-containers >=0.2
-  other-modules:
-      Common.Test
-      Paths_esqueleto
-  default-language: Haskell2010
-
 test-suite sqlite
+0 −11
Original line number Diff line number Diff line
--- a/esqueleto.cabal
+++ b/esqueleto.cabal
@@ -5,7 +5,7 @@
 -- hash: 34b1b8836c9ae7acb038d0e808674ddb4c2ab696d37e5b117f61acad02ed6daf
 
 name:           esqueleto
-version:        2.6.0
+version:        2.5.999.1
 synopsis:       Type-safe EDSL for SQL queries on persistent backends.
 description:    @esqueleto@ is a bare bones, type-safe EDSL for SQL queries that works with unmodified @persistent@ SQL backends.  Its language closely resembles SQL, so you don't have to learn new concepts, just new syntax, and it's fairly easy to predict the generated SQL and optimize it for your backend. Most kinds of errors committed when writing SQL are caught as compile-time errors---although it is possible to write type-checked @esqueleto@ queries that fail at runtime.
                 .
+0 −1
Original line number Diff line number Diff line
fake-version
disable-network-tests