repo.or.cz
/
altfloat.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
poset: Add a class for partially ordered datatypes.
[altfloat.git]
/
altfloat.cabal
blob
b0dc62ab8ac1bf61d40df0b33ed69416f4524916
1
Name: AltFloat
2
Version: 0.1
3
Cabal-Version: >= 1.2
4
Author: Nick Bowler
5
Category: Numerical
6
Synopsis: Alternative floating point support for GHC.
7
Build-Type: Simple
8
9
Library
10
Build-Depends: base, ghc-prim, integer
11
C-Sources: cfloat.c
12
Ghc-Options: -O2
13
Exposed-Modules:
14
Data.Floating.Classes,
15
Data.Floating.Types,
16
Data.Floating.Double,
17
Data.Floating.Prelude,
18
Data.Floating,
19
Data.Poset
20
Other-Modules:
21
Data.Poset.Internal