diff options
Diffstat (limited to 'haskell/haskell-fixed/README')
-rw-r--r-- | haskell/haskell-fixed/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/haskell/haskell-fixed/README b/haskell/haskell-fixed/README new file mode 100644 index 000000000000..a905dcf1195f --- /dev/null +++ b/haskell/haskell-fixed/README @@ -0,0 +1,6 @@ +This package supplies signed fixed-precision values 15 bits above the +decimal, 16 bits below. These arise commonly in GPU applications and +it is chosen to match the GLfixed specification. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |