packages feed

hex-0.2.0: hex.cabal

Cabal-Version:       >= 1.10

Name:                hex
Version:             0.2.0
Synopsis:            Convert strings into hexadecimal and back.
Description:         Convert strings and bytestrings into hexadecimal and back.
License:             BSD3
License-file:        COPYING
Copyright:           Taru Karttunen <taruti@taruti.net>
Author:              Taru Karttunen
Category:            Data
Maintainer:          taruti@taruti.net
Build-Type:	     Simple
Homepage:            https://github.com/taruti/haskell-hex

library
  Build-Depends:       base >= 4.10 && < 5, bytestring
  Exposed-modules:     Data.Hex
  Default-Extensions:  TypeSynonymInstances
  GHC-Options:         -Wall
  Default-Language:    Haskell2010