[Git][haskell-team/package-plan][master] patch uuid-types more
Clint Adams
gitlab at salsa.debian.org
Fri Apr 13 21:24:12 BST 2018
Clint Adams pushed to branch master at Debian Haskell Group / package-plan
Commits:
b6efb1ad by Clint Adams at 2018-04-13T16:23:56-04:00
patch uuid-types more
- - - - -
4 changed files:
- + additional-cabals/uuid-types-1.0.3.cabal
- packages.txt
- + patches/uuid-types/1.0.3/newer-deps
- + patches/uuid-types/1.0.3/series
Changes:
=====================================
additional-cabals/uuid-types-1.0.3.cabal
=====================================
--- /dev/null
+++ b/additional-cabals/uuid-types-1.0.3.cabal
@@ -0,0 +1,77 @@
+Name: uuid-types
+Version: 1.0.3
+Copyright: (c) 2008-2014 Antoine Latter
+Author: Antoine Latter
+Maintainer: aslatter at gmail.com
+License: BSD3
+License-file: LICENSE
+
+Category: Data
+Build-Type: Simple
+Cabal-Version: >= 1.8
+
+Description:
+ This library contains type definitions for Universally Unique Identifiers
+ and basic conversion functions.
+
+ See <http://en.wikipedia.org/wiki/UUID> for the general idea.
+
+Synopsis: Type definitions for Universally Unique Identifiers
+
+Homepage: https://github.com/aslatter/uuid
+Bug-Reports: https://github.com/aslatter/uuid/issues
+
+Extra-Source-Files:
+ CHANGES
+
+
+Library
+ Build-Depends: base >=3 && < 5,
+ binary >= 0.4 && < 0.9,
+ bytestring >= 0.9 && < 0.11,
+ deepseq >= 1.3 && < 1.5,
+ hashable (>= 1.1.1.0 && < 1.2.0) || (>= 1.2.1 && < 1.3),
+ random >= 1.0.1 && < 1.2,
+ text >= 1 && < 1.3
+
+ Exposed-Modules:
+ Data.UUID.Types
+ -- Exposed for companion projects; *NOT* part of the official API:
+ Data.UUID.Types.Internal.Builder
+ Data.UUID.Types.Internal
+
+ Extensions: DeriveDataTypeable
+ Ghc-Options: -Wall
+
+source-repository head
+ type: git
+ location: https://github.com/aslatter/uuid.git
+
+Test-Suite testuuid
+ Type: exitcode-stdio-1.0
+ Main-is: TestUUID.hs
+ Hs-source-dirs: tests
+ Extensions: DeriveDataTypeable
+ Ghc-Options: -Wall -fno-warn-orphans
+ Build-Depends: base >= 3 && < 5,
+ uuid-types,
+ bytestring >= 0.9 && < 0.11,
+ HUnit >=1.2 && < 1.4,
+ QuickCheck >=2.4 && < 2.9,
+ tasty >= 0.10 && < 0.12,
+ tasty-hunit == 0.9.*,
+ tasty-quickcheck == 0.8.*
+
+benchmark benchmark
+ Type: exitcode-stdio-1.0
+ Main-is: BenchUUID.hs
+ Hs-source-dirs: tests
+ Extensions: DeriveDataTypeable, CPP
+ Ghc-Options: -Wall -fno-warn-orphans
+ Build-depends: base == 4.*,
+ uuid-types,
+ bytestring >= 0.9 && < 0.11,
+ containers >= 0.4 && < 0.6,
+ criterion >= 0.4 && < 1.2,
+ deepseq >= 1.1 && < 1.5,
+ random >= 1.0.1 && < 1.2
=====================================
packages.txt
=====================================
--- a/packages.txt
+++ b/packages.txt
@@ -929,7 +929,7 @@ wl-pprint-terminfo 3.7.1.4
wl-pprint-text 1.1.1.0
word8 0.1.3
word-trie 0.3.0
-wreq 0.5.2.1
+wreq 0.5.2.1 ignore # BROKEN: LTS 11: via snap-server
X11 1.8
X11-xft 0.3.1
x509 1.7.3
@@ -957,7 +957,7 @@ yesod 1.6.0
yesod-auth 1.6.2
yesod-auth-hashdb 1.7
yesod-auth-oauth 1.6.0
-yesod-auth-oauth2 0.4.1.0
+yesod-auth-oauth2 0.4.1.0 ignore # BROKEN: LTS 11: newer hoauth2
yesod-bin 1.6.0 binary=yesod
yesod-core 1.6.2
yesod-default 1.2.0
=====================================
patches/uuid-types/1.0.3/newer-deps
=====================================
--- /dev/null
+++ b/patches/uuid-types/1.0.3/newer-deps
@@ -0,0 +1,19 @@
+--- a/uuid-types.cabal
++++ b/uuid-types.cabal
+@@ -56,11 +56,11 @@
+ Build-Depends: base >= 3 && < 5,
+ uuid-types,
+ bytestring >= 0.9 && < 0.11,
+- HUnit >=1.2 && < 1.4,
+- QuickCheck >=2.4 && < 2.9,
+- tasty >= 0.10 && < 0.12,
+- tasty-hunit == 0.9.*,
+- tasty-quickcheck == 0.8.*
++ HUnit >=1.2 && < 1.7,
++ QuickCheck >=2.4 && < 2.11,
++ tasty >= 0.10
++ tasty-hunit >= 0.9
++ tasty-quickcheck >= 0.8
+
+ benchmark benchmark
+ Type: exitcode-stdio-1.0
=====================================
patches/uuid-types/1.0.3/series
=====================================
--- /dev/null
+++ b/patches/uuid-types/1.0.3/series
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/commit/b6efb1adbb3c86581402b6b735152eaa4fb7892d
---
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/commit/b6efb1adbb3c86581402b6b735152eaa4fb7892d
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/20180413/5fea7606/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list