2024-02-05 16:58:14 +00:00
|
|
|
cabal-version: 1.12
|
2015-04-20 02:39:58 +00:00
|
|
|
|
2024-02-05 16:58:14 +00:00
|
|
|
-- This file has been generated from package.yaml by hpack version 0.36.0.
|
|
|
|
--
|
|
|
|
-- see: https://github.com/sol/hpack
|
2015-04-20 02:39:58 +00:00
|
|
|
|
2024-02-05 16:58:14 +00:00
|
|
|
name: hexstring
|
|
|
|
version: 0.12.0
|
|
|
|
synopsis: Fast and safe representation of a hex string
|
|
|
|
description: Provides an interface for converting any object that has a 'Binary' instance to and from a hexadecimal Text representation.
|
|
|
|
author: Rene Vergara,
|
|
|
|
Leon Mergen
|
|
|
|
maintainer: pitmutt@vergara.tech
|
|
|
|
copyright: (c) 2015 Leon Mergen,
|
|
|
|
(c) 2024 Rene Vergara
|
|
|
|
license: MIT
|
|
|
|
license-file: LICENSE
|
|
|
|
build-type: Simple
|
|
|
|
extra-source-files:
|
|
|
|
README.md
|
2015-04-20 02:39:58 +00:00
|
|
|
|
|
|
|
source-repository head
|
|
|
|
type: git
|
2024-02-05 16:58:14 +00:00
|
|
|
location: https://git.vergara.tech/Vergara_Tech/haskell-hexstring
|
|
|
|
|
|
|
|
library
|
|
|
|
exposed-modules:
|
|
|
|
Data.HexString
|
|
|
|
other-modules:
|
|
|
|
Paths_hexstring
|
|
|
|
hs-source-dirs:
|
|
|
|
src
|
|
|
|
build-depends:
|
|
|
|
aeson
|
|
|
|
, base >=4.7 && <5
|
|
|
|
, base16-bytestring
|
|
|
|
, binary
|
2024-02-05 21:18:01 +00:00
|
|
|
, borsh >=0.2
|
2024-02-05 16:58:14 +00:00
|
|
|
, bytestring
|
2024-02-05 21:18:01 +00:00
|
|
|
, foreign-rust
|
|
|
|
, generics-sop
|
2024-02-05 16:58:14 +00:00
|
|
|
, text
|
|
|
|
default-language: Haskell2010
|
|
|
|
|
|
|
|
test-suite hextring-test
|
|
|
|
type: exitcode-stdio-1.0
|
|
|
|
main-is: Main.hs
|
|
|
|
other-modules:
|
|
|
|
Data.HexStringSpec
|
|
|
|
Spec
|
|
|
|
Paths_hexstring
|
|
|
|
hs-source-dirs:
|
|
|
|
test
|
|
|
|
build-depends:
|
|
|
|
aeson
|
|
|
|
, base >=4.7 && <5
|
|
|
|
, base16-bytestring
|
|
|
|
, binary
|
|
|
|
, bytestring
|
|
|
|
, hexstring
|
|
|
|
, hspec
|
|
|
|
, text
|
|
|
|
default-language: Haskell2010
|