diff options
author | Erik Hanson <erik@slackbuilds.org> | 2012-08-27 10:08:44 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-08-27 10:08:44 -0500 |
commit | 68a2677ce46b4a70104d2611bc7637cdf388688b (patch) | |
tree | f3fe5730d1903f79642d1b827f935452efe4baeb /haskell/haskell-OpenGLRaw | |
parent | 4ed4fd07b6745525f461bc41a6f41ba9a7370761 (diff) | |
download | slackbuilds-68a2677ce46b4a70104d2611bc7637cdf388688b.tar.gz |
haskell/haskell-OpenGLRaw: Fixed dep info
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-OpenGLRaw')
-rw-r--r-- | haskell/haskell-OpenGLRaw/README | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/haskell/haskell-OpenGLRaw/README b/haskell/haskell-OpenGLRaw/README index 211d7eb2be..28e6c9b2c0 100644 --- a/haskell/haskell-OpenGLRaw/README +++ b/haskell/haskell-OpenGLRaw/README @@ -8,7 +8,5 @@ extensions, making it easy to find the right module to import. All API entries are loaded dynamically. If an API entry is not found at runtime, a userError is thrown. -This requires ghc. - After uninstalling, run this command to unregister the package from the ghc package database: ghc-pkg recache |