Commit 2c38417d authored by Ilias Tsitsimpis's avatar Ilias Tsitsimpis
Browse files

tldr: Upgrading from 0.3.0 to 0.4.0

parent 92c2ab88
Loading
Loading
Loading
Loading
+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

+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
@@ -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