[Git][haskell-team/DHG_packages][master] esqueleto: Upgrading from 2.6.0 to 3.3.3.0

Clint Adams gitlab at salsa.debian.org
Sat Jun 13 18:43:47 BST 2020



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


Commits:
ca825760 by Clint Adams at 2020-06-13T13:43:08-04:00
esqueleto: Upgrading from 2.6.0 to 3.3.3.0

- - - - -


3 changed files:

- p/haskell-esqueleto/debian/changelog
- p/haskell-esqueleto/debian/control
- p/haskell-esqueleto/debian/patches/disable-network-tests


Changes:

=====================================
p/haskell-esqueleto/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-esqueleto (3.3.3.0-1) unstable; urgency=medium
+
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Sat, 13 Jun 2020 13:36:59 -0400
+
 haskell-esqueleto (2.6.0-2) unstable; urgency=medium
 
   [ Steve Langasek ]


=====================================
p/haskell-esqueleto/debian/control
=====================================
@@ -9,14 +9,19 @@ Build-Depends: debhelper (>= 10),
  cdbs,
  ghc (>= 8.4.3),
  ghc-prof,
+ libghc-aeson-dev (>= 1.0),
+ libghc-aeson-prof,
+ libghc-attoparsec-dev (>= 0.13),
+ libghc-attoparsec-dev (<< 0.14),
+ libghc-attoparsec-prof,
  libghc-blaze-html-dev,
  libghc-blaze-html-prof,
  libghc-conduit-dev (>= 1.3),
  libghc-conduit-prof,
  libghc-monad-logger-dev,
  libghc-monad-logger-prof,
- libghc-persistent-dev (>= 2.8.0),
- libghc-persistent-dev (<< 2.10),
+ libghc-persistent-dev (>= 2.10.0),
+ libghc-persistent-dev (<< 2.11),
  libghc-persistent-prof,
  libghc-resourcet-dev (>= 1.2),
  libghc-resourcet-prof,
@@ -26,13 +31,28 @@ Build-Depends: debhelper (>= 10),
  libghc-unliftio-prof,
  libghc-unordered-containers-dev (>= 0.2),
  libghc-unordered-containers-prof,
- libghc-hunit-dev,
- libghc-quickcheck2-dev,
- libghc-hspec-dev (>= 1.8),
- libghc-persistent-dev,
- libghc-persistent-sqlite-dev (>= 2.1.3),
- libghc-persistent-template-dev (>= 2.1),
-Standards-Version: 4.4.0
+ libghc-exceptions-dev,
+ libghc-exceptions-prof,
+ libghc-hspec-dev,
+ libghc-hspec-prof,
+ libghc-persistent-sqlite-dev,
+ libghc-persistent-sqlite-prof,
+ libghc-persistent-template-dev,
+ libghc-persistent-template-prof,
+ libghc-vector-dev,
+ libghc-vector-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-aeson-doc,
+ libghc-attoparsec-doc,
+ libghc-blaze-html-doc,
+ libghc-conduit-doc,
+ libghc-monad-logger-doc,
+ libghc-persistent-doc,
+ libghc-resourcet-doc,
+ libghc-tagged-doc,
+ libghc-unliftio-doc,
+ libghc-unordered-containers-doc,
+Standards-Version: 4.5.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,6 +1,6 @@
 --- a/esqueleto.cabal
 +++ b/esqueleto.cabal
-@@ -62,70 +62,6 @@
+@@ -67,79 +67,6 @@
      ghc-options: -Wall
    default-language: Haskell2010
  
@@ -15,22 +15,25 @@
 -  ghc-options: -Wall
 -  build-depends:
 -      base >=4.8 && <5.0
+-    , attoparsec
 -    , blaze-html
 -    , bytestring
 -    , conduit >=1.3
 -    , containers
 -    , esqueleto
+-    , exceptions
 -    , hspec
 -    , monad-logger
+-    , mtl
 -    , mysql
 -    , mysql-simple
--    , persistent >=2.8.0 && <2.10
+-    , persistent >=2.8.0 && <2.11
 -    , persistent-mysql
 -    , persistent-template
 -    , resourcet >=1.2
 -    , tagged >=0.2
 -    , text >=0.11 && <1.3
--    , time >=1.5.0.1 && <=1.8.0.2
+-    , time 
 -    , transformers >=0.2
 -    , unliftio
 -    , unordered-containers >=0.2
@@ -41,31 +44,37 @@
 -  main-is: PostgreSQL/Test.hs
 -  other-modules:
 -      Common.Test
+-      PostgreSQL.MigrateJSON
 -      Paths_esqueleto
 -  hs-source-dirs:
 -      test
 -  ghc-options: -Wall
 -  build-depends:
 -      base >=4.8 && <5.0
+-    , aeson
+-    , attoparsec
 -    , blaze-html
 -    , bytestring
 -    , conduit >=1.3
 -    , containers
 -    , esqueleto
+-    , exceptions
 -    , hspec
 -    , monad-logger
--    , persistent >=2.8.0 && <2.10
--    , persistent-postgresql
+-    , mtl
+-    , persistent >=2.10.0 && <2.11
+-    , persistent-postgresql >= 2.10.0 && <2.11
 -    , persistent-template
 -    , postgresql-libpq
 -    , postgresql-simple
 -    , resourcet >=1.2
 -    , tagged >=0.2
 -    , text >=0.11 && <1.3
--    , time >=1.5.0.1 && <=1.8.0.2
+-    , time 
 -    , transformers >=0.2
 -    , unliftio
 -    , unordered-containers >=0.2
+-    , vector
 -  default-language: Haskell2010
 -
  test-suite sqlite



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/ca8257602f740c667cee155ce434d67aa1573c13
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/20200613/58accd3a/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list