Loading p/haskell-random/debian/changelog +6 −0 Original line number Diff line number Diff line haskell-random (1.1-11) unstable; urgency=medium * Enable testsuite. -- Clint Adams <clint@debian.org> Mon, 29 Jul 2019 18:00:48 -0400 haskell-random (1.1-10) unstable; urgency=medium * Explicitly set DEB_CABAL_PACKAGE in rules file. Loading p/haskell-random/debian/control +1 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ X-Description: random number generator for Haskell the ability to split random number generators. . ${haskell:Blurb} Package: libghc-random-dev Architecture: any Depends: ${haskell:Depends}, Loading p/haskell-random/debian/rules +1 −0 Original line number Diff line number Diff line #!/usr/bin/make -f DEB_ENABLE_TESTS = yes DEB_SETUP_BIN_NAME = debian/hlibrary.setup DEB_CABAL_PACKAGE = random DEB_DEFAULT_COMPILER = ghc Loading Loading
p/haskell-random/debian/changelog +6 −0 Original line number Diff line number Diff line haskell-random (1.1-11) unstable; urgency=medium * Enable testsuite. -- Clint Adams <clint@debian.org> Mon, 29 Jul 2019 18:00:48 -0400 haskell-random (1.1-10) unstable; urgency=medium * Explicitly set DEB_CABAL_PACKAGE in rules file. Loading
p/haskell-random/debian/control +1 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ X-Description: random number generator for Haskell the ability to split random number generators. . ${haskell:Blurb} Package: libghc-random-dev Architecture: any Depends: ${haskell:Depends}, Loading
p/haskell-random/debian/rules +1 −0 Original line number Diff line number Diff line #!/usr/bin/make -f DEB_ENABLE_TESTS = yes DEB_SETUP_BIN_NAME = debian/hlibrary.setup DEB_CABAL_PACKAGE = random DEB_DEFAULT_COMPILER = ghc Loading