-- Initial binary-enum.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                binary-enum
version:             0.1.2.0
synopsis:            Simple wrappers around enum types
description:         allowing to serise to/from binary both as values and bitmasks
homepage:            https://github.com/tolysz/binary-enum
license:             BSD3
license-file:        LICENSE
author:              Marcin Tolysz
maintainer:          tolysz@gmail.com
copyright:           2015(c) Marcin Tolysz
category:            Data
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10

source-repository head
  type: git
  location: git://github.com/tolysz/binary-enum.git

library
  exposed-modules:     Data.Binary.Enum
  -- other-modules:       
  -- other-extensions:    
  build-depends: base >=4.8 && <5
               , binary
  -- hs-source-dirs:      
  default-language:    Haskell2010