packages feed

ccast-0.1.0.0: ccast.cabal

name:                ccast
version:             0.1.0.0
synopsis:            typesafe c-style casts; useful for FFI
description:
  Type-safe C-style casts between numeric types, especially
  those in Foreign.C.Types.
homepage:            https://github.com/chessai/ccast
license:             BSD3
license-file:        LICENSE
author:              chessai
maintainer:          chessai1996@gmail.com
copyright:           2018 (c) chessai
category:            Data
build-type:          Simple
extra-source-files:  ChangeLog.md
cabal-version:       >=1.10

source-repository head
  type: git
  location: git://github.com/chessai/ccast.git

library
  exposed-modules:     CCast
  other-modules:       Bit64Only 
  build-depends:       base >= 4.7 && < 5.0
                     , template-haskell >= 2.9 
  hs-source-dirs:      src
  default-language:    Haskell2010