blob: 5bd812f1dae9eaf486e5fac10a81e08cd0597245 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 689ba6b86a977a9b1605472b0ce39c908c5cd8db9682482bbb92d2e30be10973
name: typed-uuid
version: 0.0.0.2
synopsis: Phantom-Typed version of UUID
description: Please see the README on Github at <https://github.com/NorfairKing/typed-uuid#readme>
category: Data
homepage: https://github.com/NorfairKing/typed-uuid#readme
bug-reports: https://github.com/NorfairKing/typed-uuid/issues
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
copyright: Copyright: (c) 2018-2019 Tom Sydney Kerckhove
license: MIT
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/NorfairKing/typed-uuid
library
exposed-modules:
Data.UUID.Typed
other-modules:
Paths_typed_uuid
hs-source-dirs:
src
build-depends:
aeson
, base >=4.11 && <5
, binary
, bytestring
, deepseq
, hashable
, http-api-data
, random
, text
, uuid >=1.3 && <1.4
, validity
, validity-uuid >=0.0
default-language: Haskell2010
|