Loading p/haskell-tldr/debian/changelog +6 −2 Original line number Diff line number Diff line haskell-tldr (0.3.0-2) UNRELEASED; urgency=medium haskell-tldr (0.4.0-1) unstable; urgency=medium [ Clint Adams ] * Set Rules-Requires-Root to no. -- Clint Adams <clint@debian.org> Sun, 06 May 2018 22:10:46 -0400 [ Ilias Tsitsimpis ] * New upstream release -- Ilias Tsitsimpis <iliastsi@debian.org> Sun, 30 Sep 2018 14:20:48 +0300 haskell-tldr (0.3.0-1) unstable; urgency=medium Loading p/haskell-tldr/debian/patches/no--N.diff +6 −4 Original line number Diff line number Diff line Index: b/tldr.cabal =================================================================== --- a/tldr.cabal +++ b/tldr.cabal @@ -27,7 +27,7 @@ @@ -27,7 +27,7 @@ executable tldr hs-source-dirs: app main-is: Main.hs other-modules: Paths_tldr Loading @@ -9,10 +11,10 @@ build-depends: base , tldr , optparse-applicative @@ -43,7 +43,7 @@ main-is: Spec.hs build-depends: base @@ -45,7 +45,7 @@ test-suite tldr-test , tldr , tasty , tasty-golden - ghc-options: -threaded -rtsopts -with-rtsopts=-N + ghc-options: -threaded -rtsopts default-language: Haskell2010 Loading Loading
p/haskell-tldr/debian/changelog +6 −2 Original line number Diff line number Diff line haskell-tldr (0.3.0-2) UNRELEASED; urgency=medium haskell-tldr (0.4.0-1) unstable; urgency=medium [ Clint Adams ] * Set Rules-Requires-Root to no. -- Clint Adams <clint@debian.org> Sun, 06 May 2018 22:10:46 -0400 [ Ilias Tsitsimpis ] * New upstream release -- Ilias Tsitsimpis <iliastsi@debian.org> Sun, 30 Sep 2018 14:20:48 +0300 haskell-tldr (0.3.0-1) unstable; urgency=medium Loading
p/haskell-tldr/debian/patches/no--N.diff +6 −4 Original line number Diff line number Diff line Index: b/tldr.cabal =================================================================== --- a/tldr.cabal +++ b/tldr.cabal @@ -27,7 +27,7 @@ @@ -27,7 +27,7 @@ executable tldr hs-source-dirs: app main-is: Main.hs other-modules: Paths_tldr Loading @@ -9,10 +11,10 @@ build-depends: base , tldr , optparse-applicative @@ -43,7 +43,7 @@ main-is: Spec.hs build-depends: base @@ -45,7 +45,7 @@ test-suite tldr-test , tldr , tasty , tasty-golden - ghc-options: -threaded -rtsopts -with-rtsopts=-N + ghc-options: -threaded -rtsopts default-language: Haskell2010 Loading