diff options
author | David Spencer <baildon.research@googlemail.com> | 2016-05-08 17:03:20 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-05-11 03:17:21 +0700 |
commit | 9946ff74c0c9da0b62f28a9270ab5132669faac4 (patch) | |
tree | ee49b7bb6c136b20cb5de4946bd7a64398ed642d /haskell/haskell-fixed/README | |
parent | 07d213c1a322ed149a050a8b5ccdcb66e17c6e6d (diff) | |
download | slackbuilds-9946ff74c0c9da0b62f28a9270ab5132669faac4.tar.gz |
haskell/haskell-fixed: Added (fixed point arithmetic).
Signed-off-by: David Spencer <baildon.research@googlemail.com>
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 0000000000..a905dcf119 --- /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 |