94e007a27a
feat: add FromHttpApiData instance
2024-09-04 14:44:08 -05:00
39d8da7b11
Merge pull request 'Update Hexstring for binary' ( #1 ) from dev into master
...
Reviewed-on: #1
2024-03-12 18:54:02 +00:00
650febad65
Expose fromBinary
2024-03-12 13:52:29 -05:00
fd1ddce73c
Implement Read
2024-02-09 13:18:02 -06:00
fe2df6f7d6
Implement tests
2024-02-06 13:05:38 -06:00
309dd06a2e
Correct fromText
2024-02-06 11:47:39 -06:00
49bceb5f14
Expose fromText
2024-02-05 20:46:05 -06:00
fd70a681dc
Add fromText
function
2024-02-05 20:42:22 -06:00
8c634d8aa6
Update accesor for HexString
2024-02-05 20:25:06 -06:00
998ff44733
Merge branch 'dev' of git.vergara.tech:Vergara_Tech/haskell-hexstring into dev
2024-02-05 20:19:47 -06:00
be830be714
Expose HexString constructor
2024-02-05 20:18:05 -06:00
a7adee13de
Expose HexString constructor
2024-02-05 15:31:19 -06:00
268eb1cd53
Add Eq instance
2024-02-05 15:21:16 -06:00
4856ec516f
Borsh serialization for HexString
2024-02-05 15:18:01 -06:00
khazaddum
29eef5d5df
Merge pull request #1 from khazaddum/dev
...
Update for GHC 9.4.8
2024-02-05 11:16:01 -06:00
4dc9143dbc
Update for GHC 9.4.8
2024-02-05 10:58:14 -06:00
Jay McCarthy
085c16fb21
patch from #3
2022-05-21 14:16:17 -04:00
Leon Mergen
5c065f60f3
Adds nix support
2015-07-11 17:19:31 +07:00
Leon Mergen
7b078c902a
Version bump
2015-04-21 13:29:59 +07:00
Leon Mergen
3087439daf
Adds JSON instances for HexString
2015-04-21 13:28:49 +07:00
Leon Mergen
adc3eb566d
Bump version
2015-04-21 10:38:50 +07:00
Leon Mergen
31fa13f7ca
Implements functions to convert to and from raw bytes
2015-04-21 10:21:07 +07:00
Leon Mergen
1962b0a137
Fixes linting issue
2015-04-20 17:07:45 +07:00
Leon Mergen
bcad9d0b8c
Bump version
2015-04-20 16:27:04 +07:00
Leon Mergen
ff3cab38d9
Updates interface to make a lot more generic
...
We now make use of the Binary interface, instead of relying on the
caller to provide ByteString objects himself.
2015-04-20 16:26:56 +07:00
Leon Mergen
6eea89845d
Don't expose the ByteString encode/decode anymore
...
By exposing a ByteString functions we actually make this library more
confusing; we will now only represent the hex string representation as
either Text or String, and any ByteString that goes in or out is always
the binary representation.
2015-04-20 13:30:58 +07:00
Leon Mergen
5acf1b0193
Now making use of Binary instead of manual convert
2015-04-20 13:25:01 +07:00
Leon Mergen
76de2b04ce
Bump version and update category
2015-04-20 10:01:05 +07:00
Leon Mergen
0af05cef81
Updates readme
2015-04-20 09:40:41 +07:00
Leon Mergen
c68097c4e6
Initial check in of first version, including tests
2015-04-20 09:39:58 +07:00
Leon Mergen
f767426472
Initial commit
2015-04-20 08:52:39 +07:00