diff options
Diffstat (limited to 'haskell/haskell-ObjectName/README')
-rw-r--r-- | haskell/haskell-ObjectName/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/haskell/haskell-ObjectName/README b/haskell/haskell-ObjectName/README new file mode 100644 index 0000000000..e266ea95af --- /dev/null +++ b/haskell/haskell-ObjectName/README @@ -0,0 +1,9 @@ +This tiny package contains the class ObjectName, which corresponds +to the general notion of explicitly handled identifiers for API +objects, e.g. a texture object name in OpenGL or a buffer object +name in OpenAL. + +This requires ghc. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |