packages feed

half-0.2: half.cabal

name:          half
category:      Numeric
version:       0.2
license:       BSD3
cabal-version: >= 1.8
license-file:  LICENSE
author:        Edward A. Kmett
maintainer:    Edward A. Kmett <ekmett@gmail.com>
stability:     provisional
homepage:      http://github.com/ekmett/half
bug-reports:   http://github.com/ekmett/half/issues
copyright:     Copyright (C) 2014 Edward A. Kmett
build-type:    Simple
tested-with:   GHC == 7.8.3
synopsis:      Half-precision floating-point
description:   Half-precision floating-point

extra-source-files:
  .travis.yml
  .gitignore
  README.markdown
  CHANGELOG.markdown

source-repository head
  type: git
  location: git://github.com/analytics/half.git

library
  hs-source-dirs: src
  c-sources: cbits/half.c
  build-depends: base >= 4.3 && < 5
  ghc-options: -Wall -fwarn-tabs -O2
  exposed-modules: Numeric.Half