[Git][haskell-team/package-plan][master] update
Clint Adams
gitlab at salsa.debian.org
Sun Apr 15 16:03:13 BST 2018
Clint Adams pushed to branch master at Debian Haskell Group / package-plan
Commits:
1d4e5825 by Clint Adams at 2018-04-15T11:03:01-04:00
update
- - - - -
9 changed files:
- − additional-cabals/curry-base-1.0.0.cabal
- − additional-cabals/hgettext-0.1.30.cabal
- − additional-cabals/polynomial-0.7.2.cabal
- packages.txt
- − patches/pandoc/2.1.2/newer-skylighting
- − patches/pandoc/2.1.2/series
- − patches/snap-templates/1.0.0.1/newer-directory
- − patches/snap-templates/1.0.0.1/rename-snap-binary
- − patches/snap-templates/1.0.0.1/series
Changes:
=====================================
additional-cabals/curry-base-1.0.0.cabal deleted
=====================================
--- a/additional-cabals/curry-base-1.0.0.cabal
+++ /dev/null
@@ -1,95 +0,0 @@
-Name: curry-base
-Version: 1.0.0
-Cabal-Version: >= 1.10
-Synopsis: Functions for manipulating Curry programs
-Description: This package serves as a foundation for Curry compilers.
- It defines the intermediate language formats FlatCurry.
- Additionally, it provides functionality for the smooth
- integration of compiler frontends and backends.
-Category: Language
-License: BSD3
-License-File: LICENSE
-Author: Wolfgang Lux, Martin Engelke, Bernd Braßel, Holger Siegel,
- Björn Peemöller, Finn Teegen
-Maintainer: fte at informatik.uni-kiel.de
-Homepage: http://curry-language.org
-Build-Type: Simple
-Stability: experimental
-
-source-repository head
- type: git
- location: git://git-ps.informatik.uni-kiel.de/fte/curry-base.git
-
-Flag broken-directory
- Description: Is the cabal configuration of directory incomplete?
- Default: False
-
-Flag old-time
- Description: Does the directory package use the old time implementation?
- Default: False
-
-Library
- hs-source-dirs: src
- default-language: Haskell2010
- Build-Depends: base == 4.*, transformers
- if impl(ghc < 7.4)
- Build-Depends: either < 4, contravariant < 0.5, semigroupoids < 3.0.3
- if flag(broken-directory) {
- Build-Depends: time, directory == 1.2.0.0, base >= 4.6
- } else { if flag(old-time) {
- Build-Depends: old-time, directory
- } else {
- Build-Depends: time, directory >= 1.2.0.1
- }
- }
- Build-Depends:
- mtl
- , containers
- , filepath
- , extra >= 1.4.6
- , parsec
- , pretty
- ghc-options: -Wall
- Exposed-Modules:
- Curry.AbstractCurry
- Curry.AbstractCurry.Files
- Curry.AbstractCurry.Type
- Curry.Base.Ident
- Curry.Base.LexComb
- Curry.Base.LLParseComb
- Curry.Base.Message
- Curry.Base.Monad
- Curry.Base.Position
- Curry.Base.Pretty
- Curry.Base.Span
- Curry.CondCompile.Parser
- Curry.CondCompile.Transform
- Curry.CondCompile.Type
- Curry.Files.Filenames
- Curry.Files.PathUtils
- Curry.Files.Unlit
- Curry.FlatCurry
- Curry.FlatCurry.Files
- Curry.FlatCurry.Goodies
- Curry.FlatCurry.InterfaceEquivalence
- Curry.FlatCurry.Pretty
- Curry.FlatCurry.Type
- Curry.FlatCurry.Annotated.Goodies
- Curry.FlatCurry.Annotated.Type
- Curry.FlatCurry.Annotated.Typing
- Curry.Syntax
- Curry.Syntax.Extension
- Curry.Syntax.InterfaceEquivalence
- Curry.Syntax.Lexer
- Curry.Syntax.Parser
- Curry.Syntax.Pretty
- Curry.Syntax.ShowModule
- Curry.Syntax.Type
- Curry.Syntax.Utils
-
-Test-Suite test-base
- type: detailed-0.9
- hs-source-dirs: test
- default-language: Haskell2010
- test-module: TestBase
- build-depends: base == 4.*, Cabal >= 1.20, curry-base == 1.0.0, filepath, mtl
=====================================
additional-cabals/hgettext-0.1.30.cabal deleted
=====================================
--- a/additional-cabals/hgettext-0.1.30.cabal
+++ /dev/null
@@ -1,30 +0,0 @@
-Name: hgettext
-Version: 0.1.30
-Cabal-Version: >= 1.6
-
-License: BSD3
-
-Author: Vasyl Pasternak
-Maintainer: vasyl.pasternak at gmail.com
-Copyright: 2009 Vasyl Pasternak
-Category: Text
-Homepage: https://github.com/vasylp/hgettext
-
-Synopsis: Bindings to libintl.h (gettext, bindtextdomain)
-Build-Type: Simple
-
-Library
- Exposed-Modules: Text.I18N.GetText,
- Distribution.Simple.I18N.GetText
- Extensions: ForeignFunctionInterface
- Hs-Source-Dirs: src
- Build-Depends: base>=3.0.3.0 && <5, process,
- directory, filepath,
- containers, Cabal>=1.10, setlocale
-
-Executable hgettext
- Main-Is: hgettext.hs
- Hs-Source-Dirs: src
- Build-Depends: base>=3.0.3.0 && <5, uniplate, haskell-src-exts
- Other-Modules: Paths_hgettext
-
=====================================
additional-cabals/polynomial-0.7.2.cabal deleted
=====================================
--- a/additional-cabals/polynomial-0.7.2.cabal
+++ /dev/null
@@ -1,53 +0,0 @@
-name: polynomial
-version: 0.7.2
-stability: provisional
-
-cabal-version: >= 1.6
-build-type: Simple
-
-author: James Cook <mokus at deepbondi.net>
-maintainer: James Cook <mokus at deepbondi.net>
-license: PublicDomain
-homepage: https://github.com/mokus0/polynomial
-
-category: Math, Numerical
-synopsis: Polynomials
-description: A type for representing polynomials, several functions
- for manipulating and evaluating them, and several
- interesting polynomial sequences.
-
-source-repository head
- type: git
- location: git://github.com/mokus0/polynomial.git
-
-Library
- ghc-options: -Wall -fno-warn-name-shadowing
- if impl(ghc >= 7.4)
- ghc-options: -fwarn-unsafe
- hs-source-dirs: src
- exposed-modules: Math.Polynomial
- Math.Polynomial.Bernstein
- Math.Polynomial.Bernoulli
- Math.Polynomial.Chebyshev
- Math.Polynomial.Hermite
- Math.Polynomial.Interpolation
- Math.Polynomial.Lagrange
- Math.Polynomial.Legendre
- Math.Polynomial.Newton
- Math.Polynomial.NumInstance
- Math.Polynomial.Type
- Math.Polynomial.VectorSpace
- other-modules: Data.List.ZipSum
- Data.VectorSpace.WrappedNum
- Math.Polynomial.Pretty
-
- build-depends: base >= 3 && <5,
- deepseq,
- vector,
- vector-space,
- vector-th-unbox >= 0.2.1
-
- if impl(ghc < 7.10)
- build-depends: pretty < 1.1.2, prettyclass
- else
- build-depends: pretty >= 1.1.2
=====================================
packages.txt
=====================================
--- a/packages.txt
+++ b/packages.txt
@@ -360,7 +360,7 @@ heist 1.0.1.2
here 1.2.13
heredoc 0.2.0.0
hex 0.1.2
-hgettext 0.1.30
+hgettext 0.1.31.0
hierarchical-clustering 0.4.6
highlighting-kate 0.6.4 -fpcre-light
hinotify 0.3.9
@@ -637,7 +637,7 @@ pipes-safe 2.2.9
pipes-zlib 0.4.4.1 key
pointed 5.0.1
pointedlist 0.6.1
-polynomial 0.7.2
+polynomial 0.7.3
polyparse 1.12
posix-pty 0.2.1.1
postgresql-libpq 0.9.4.1
=====================================
patches/pandoc/2.1.2/newer-skylighting deleted
=====================================
--- a/patches/pandoc/2.1.2/newer-skylighting
+++ /dev/null
@@ -1,40 +0,0 @@
-Description: Use skylighitng >= 0.3.3.
-Origin: upstream, https://github.com/jgm/pandoc/commit/e30a257
-Author: John MacFarlane <jgm at berkeley.edu>
-Forwarded: yes
-Last-Update: 2017-08-01
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/pandoc.cabal
-+++ b/pandoc.cabal
-@@ -279,7 +279,7 @@ Library
- tagsoup >= 0.13.7 && < 0.15,
- base64-bytestring >= 0.1 && < 1.1,
- zlib >= 0.5 && < 0.7,
-- skylighting >= 0.1.1.4 && < 0.2,
-+ skylighting >= 0.3.3 && < 0.4,
- data-default >= 0.4 && < 0.8,
- temporary >= 1.1 && < 1.3,
- blaze-html >= 0.5 && < 0.10,
-@@ -435,11 +435,10 @@ Executable pandoc
- text >= 0.11 && < 1.3,
- bytestring >= 0.9 && < 0.11,
- extensible-exceptions >= 0.1 && < 0.2,
-- skylighting >= 0.1.1.5 && < 0.2,
-+ skylighting >= 0.3.3 && < 0.4,
- aeson >= 0.7.0.5 && < 1.2,
- yaml >= 0.8.8.2 && < 0.9,
- containers >= 0.1 && < 0.6,
-- skylighting >= 0.1.1.4 && < 0.2,
- texmath >= 0.9 && < 0.10,
- HTTP >= 4000.0.5 && < 4000.4
- if flag(network-uri)
-@@ -512,7 +511,7 @@ Test-Suite test-pandoc
- directory >= 1 && < 1.4,
- filepath >= 1.1 && < 1.5,
- process >= 1 && < 1.7,
-- skylighting >= 0.1.1.3 && < 0.2,
-+ skylighting >= 0.3.3 && < 0.4,
- Diff >= 0.2 && < 0.4,
- test-framework >= 0.3 && < 0.9,
- test-framework-hunit >= 0.2 && < 0.4,
=====================================
patches/pandoc/2.1.2/series deleted
=====================================
--- a/patches/pandoc/2.1.2/series
+++ /dev/null
@@ -1 +0,0 @@
-newer-skylighting
=====================================
patches/snap-templates/1.0.0.1/newer-directory deleted
=====================================
--- a/patches/snap-templates/1.0.0.1/newer-directory
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/snap-templates.cabal
-+++ b/snap-templates.cabal
-@@ -67,7 +67,7 @@
- base >= 4 && < 5,
- bytestring >= 0.9.1 && < 0.11,
- containers >= 0.3 && < 0.6,
-- directory >= 1.0 && < 1.3,
-+ directory >= 1.0 && < 1.4,
- directory-tree >= 0.11 && < 0.13,
- filepath >= 1.1 && < 1.5,
- -- Blacklist bad versions of hashable
=====================================
patches/snap-templates/1.0.0.1/rename-snap-binary deleted
=====================================
--- a/patches/snap-templates/1.0.0.1/rename-snap-binary
+++ /dev/null
@@ -1,28 +0,0 @@
---- a/snap-templates.cabal
-+++ b/snap-templates.cabal
-@@ -5,14 +5,14 @@ description:
- This is the Scaffolding CLI for the official Snap Framework libraries.
- It includes:
- .
-- * The \"snap\" executable program for generating starter projects
-+ * The \"snap-framework\" executable program for generating starter projects
- .
- To get started, issue the following sequence of commands:
- .
- @$ cabal install snap-templates
- $ mkdir myproject
- $ cd myproject
-- $ snap init@
-+ $ snap-framework init@
- .
- If you have trouble or any questions, see our FAQ page
- (<http://snapframework.com/faq>) or the documentation
-@@ -57,7 +57,7 @@ extra-source-files:
- test/snap-testsuite.cabal,
- test/runTestsAndCoverage.sh
-
--Executable snap
-+Executable snap-framework
- hs-source-dirs: src
- main-is: Snap/Starter.hs
-
=====================================
patches/snap-templates/1.0.0.1/series deleted
=====================================
--- a/patches/snap-templates/1.0.0.1/series
+++ /dev/null
@@ -1,2 +0,0 @@
-rename-snap-binary
-newer-directory
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/commit/1d4e5825c9925c86b3d3140e3066dbedc3231d9b
---
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/commit/1d4e5825c9925c86b3d3140e3066dbedc3231d9b
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/20180415/658151ec/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list