File: hex.cabal

package info (click to toggle)
haskell-hex 0.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 52 kB
  • sloc: haskell: 54; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 726 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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