[Git][haskell-team/DHG_packages][master] esqueleto: Upgrading from 2.5.3.git20180402 to 2.6.0

Clint Adams gitlab at salsa.debian.org
Sat Jul 27 21:08:32 BST 2019



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
f83f37c4 by Clint Adams at 2019-07-27T20:08:13Z
esqueleto: Upgrading from 2.5.3.git20180402 to 2.6.0

- - - - -


5 changed files:

- p/haskell-esqueleto/debian/changelog
- p/haskell-esqueleto/debian/control
- p/haskell-esqueleto/debian/patches/disable-network-tests
- − p/haskell-esqueleto/debian/patches/fake-version
- p/haskell-esqueleto/debian/patches/series


Changes:

=====================================
p/haskell-esqueleto/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-esqueleto (2.6.0-1) unstable; urgency=medium
+
+  * New upstream version.
+
+ -- Clint Adams <clint at 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)


=====================================
p/haskell-esqueleto/debian/control
=====================================
@@ -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]


=====================================
p/haskell-esqueleto/debian/patches/disable-network-tests
=====================================
@@ -1,12 +1,15 @@
 --- 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


=====================================
p/haskell-esqueleto/debian/patches/fake-version deleted
=====================================
@@ -1,11 +0,0 @@
---- 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.
-                 .


=====================================
p/haskell-esqueleto/debian/patches/series
=====================================
@@ -1,2 +1 @@
-fake-version
 disable-network-tests



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/f83f37c493865423a8fb12ce035a62357cda8658

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/f83f37c493865423a8fb12ce035a62357cda8658
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20190727/a36eba03/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list