Skip to content
Commits on Source (5)
......@@ -7,6 +7,7 @@ allure (0.7.1.0-3) unstable; urgency=medium
* Update copyright information
* Update package description
* Remove duplicate build-depends line
* Add Vcs-Browser and Vcs-Git fields
-- Clint Adams <clint@debian.org> Sun, 06 May 2018 22:09:09 -0400
......
......@@ -19,6 +19,8 @@ Build-Depends: debhelper (>= 10),
libghc-zlib-dev (>= 0.5.3.1),
Standards-Version: 4.1.4
Homepage: http://allureofthestars.com
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/allure
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/allure]
Package: allure
Architecture: any
......
......@@ -5,6 +5,7 @@ haskell-assert-failure (0.1.2.2-2) unstable; urgency=medium
[ Mikolaj Konarski ]
* Update package description
* Add Vcs-Browser and Vcs-Git fields
-- Clint Adams <clint@debian.org> Sun, 06 May 2018 22:09:14 -0400
......
......@@ -20,6 +20,8 @@ Build-Depends-Indep: ghc-doc,
libghc-text-doc,
Standards-Version: 4.1.4
Homepage: https://github.com/Mikolaj/assert-failure
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-assert-failure
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-assert-failure]
X-Description: syntactic sugar improving 'assert' and 'error'
This library contains syntactic sugar that makes it easier
to write simple contracts with 'assert' and 'error'
......
......@@ -2,6 +2,7 @@ haskell-lambdahack (0.7.1.0-9) unstable; urgency=medium
* Build-depend on sdl instead of vty, for better UI
* Set -O0 also for other architectures that fail with OOM
* Update Vcs-Browser field
-- Mikolaj Konarski <mikolaj.konarski@funktory.com> Fri, 08 Jun 2018 23:29:25 +0200
......
......@@ -70,7 +70,7 @@ Build-Depends-Indep: ghc-doc,
libghc-zlib-doc,
Standards-Version: 4.1.4
Homepage: https://github.com/LambdaHack/LambdaHack
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-lambdahack
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-lambdahack
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-lambdahack]
X-Description: tactical squad ASCII roguelike dungeon crawler game engine
LambdaHack is a Haskell game engine library for ASCII roguelike
......
haskell-minimorph (0.1.6.1-3) UNRELEASED; urgency=medium
[ Clint Adams ]
* Set Rules-Requires-Root to no.
[ Mikolaj Konarski ]
* Add Vcs-Browser and Vcs-Git fields
-- Clint Adams <clint@debian.org> Sun, 06 May 2018 22:10:08 -0400
haskell-minimorph (0.1.6.1-2) unstable; urgency=medium
......
......@@ -18,6 +18,8 @@ Build-Depends-Indep: ghc-doc,
libghc-text-doc,
Standards-Version: 4.1.4
Homepage: https://github.com/Mikolaj/minimorph
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-minimorph
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-minimorph]
X-Description: English-spelling functions with an emphasis on simplicity
A set of simplistic functions capturing the more regular
parts of English spelling (for generation, not parsing).
......
haskell-miniutter (0.4.6.0-3) UNRELEASED; urgency=medium
[ Clint Adams ]
* Set Rules-Requires-Root to no.
[ Mikolaj Konarski ]
* Add Vcs-Browser and Vcs-Git fields
-- Clint Adams <clint@debian.org> Sun, 06 May 2018 22:10:08 -0400
haskell-miniutter (0.4.6.0-2) unstable; urgency=medium
......
......@@ -28,6 +28,8 @@ Build-Depends-Indep: ghc-doc,
libghc-text-doc,
Standards-Version: 4.1.4
Homepage: https://github.com/Mikolaj/miniutter
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-miniutter
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-miniutter]
X-Description: simple English clause creation from arbitrary words
This library helps in generating simple present tense
English sentences from short, parameterized descriptions.
......