diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 11:28:14 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:07 +0700 |
commit | a747105a57ce1d063ab876abb3bd08fcfec4e3b5 (patch) | |
tree | fbfd75c514aef6a358afa9ddca50d596e81e350c /haskell/haskell-base-orphans/README | |
parent | 76406f5fccd17fc09f94910bacf495330bbb374d (diff) |
haskell/haskell-base-orphans: Added (orphan instances for base).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-base-orphans/README')
-rw-r--r-- | haskell/haskell-base-orphans/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/haskell/haskell-base-orphans/README b/haskell/haskell-base-orphans/README new file mode 100644 index 0000000000000..8fd777d3d75c9 --- /dev/null +++ b/haskell/haskell-base-orphans/README @@ -0,0 +1,5 @@ +base-orphans defines orphan instances that mimic instances available +in later versions of base to a wider (older) range of compilers. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |