-
Notifications
You must be signed in to change notification settings - Fork 0
/
python-pickle.cabal
47 lines (45 loc) · 1.39 KB
/
python-pickle.cabal
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
name: python-pickle
version: 0.1.0.0
-- synopsis:
-- description:
homepage: https://github.com/hapytex/python-pickle#readme
license: BSD3
license-file: LICENSE
author: Willem Van Onsem
maintainer: hapytexeu+gh@gmail.com
copyright: 2023 HaPyTeΧ
category: utils
build-type: Simple
extra-source-files: README.md
CHANGELOG.md
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules:
Data.Python.Literals
, Data.Python.Pickle
, Data.Python.Pickle.Class
, Data.Python.Pickle.Command
, Data.Python.Pickle.Core
, Data.Python.Pickle.Failable
, Data.Python.Pickle.State
build-depends:
base >= 4.7 && < 5
, binary >=0.2
, STMonadTrans >=0.1
, transformers >=0.0
, unordered-containers >=0.1.0.0
, utf8-string >=0.3
default-language: Haskell2010
ghc-options: -Wall
-Wcompat
-Widentities
-Wincomplete-record-updates
-Wincomplete-uni-patterns
-Wmissing-export-lists
-Wmissing-home-modules
-Wpartial-fields
-Wredundant-constraints
source-repository head
type: git
location: https://github.com/hapytex/python-pickle