packages/dev-haskell/data-binary-ieee754/data-binary-ieee754-0.4.2.1.exheres-0 (361B) - raw
1 # Copyright 2011 Dan Callaghan <djc@djc.id.au>
2 # Distributed under the terms of the GNU General Public License v2
3
4 require hackage
5
6 SUMMARY="Haskell parser/serialiser for IEEE-754 floating-point values"
7
8 LICENCES="MIT"
9 PLATFORMS="~x86 ~amd64"
10
11 DEPENDENCIES="
12 $(haskell_lib_dependencies "
13 dev-haskell/binary[>=0.4]
14 ")
15 "
16
17 BUGS_TO="djc@djc.id.au"
18