diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 10:59:18 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:34 +0700 |
commit | 345b89024d7bfd43e0615520470c4e8058db9809 (patch) | |
tree | 955eae5cbb7d46b925e89950a62da9ab60e02a46 /haskell/haskell-monads-tf/README | |
parent | 828c40a958819127d35db7ad863172776ec5205d (diff) |
haskell/haskell-monads-tf: Updated for version 0.1.0.3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-monads-tf/README')
-rw-r--r-- | haskell/haskell-monads-tf/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haskell/haskell-monads-tf/README b/haskell/haskell-monads-tf/README index 5906304074f66..7e008bd196d2a 100644 --- a/haskell/haskell-monads-tf/README +++ b/haskell/haskell-monads-tf/README @@ -2,7 +2,7 @@ Monad classes using type families, with instances for various monad transformers, inspired by the paper /Functional Programming with Overloading and Higher-Order Polymorphism/, by Mark P Jones, in Advanced School of Functional Programming, 1995 -(http://web.cecs.pdx.edu/~mpj/pubs/springschool.html). +(https://web.cecs.pdx.edu/~mpj/pubs/springschool.html). After uninstalling, run this command to unregister the package from the ghc package database: ghc-pkg recache |