-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpixura-contracts.cabal
66 lines (62 loc) · 2.5 KB
/
pixura-contracts.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
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: 6325ba26c39c9ef0a898ef25a4e83fb43ac9861f44bb83bbdbae638876d89953
name: pixura-contracts
version: 0.3.0.0
category: Web
homepage: https://github.com/Pixura/pixura-contracts#readme
bug-reports: https://github.com/Pixura/pixura-contracts/issues
author: Charles Crain
maintainer: [email protected]
copyright: Pixura
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
data-dir: contracts/
source-repository head
type: git
location: https://github.com/Pixura/pixura-contracts
library
exposed-modules:
Pixura.Contracts.Autoglyphs
Pixura.Contracts.ChainlinkEACAggregator
Pixura.Contracts.CryptoPunks
Pixura.Contracts.ERC20
Pixura.Contracts.ERC721
Pixura.Contracts.ERC721Market
Pixura.Contracts.ERC721Old
Pixura.Contracts.EthOracle
Pixura.Contracts.IERC721CreatorRoyalty
Pixura.Contracts.IMarketplaceSettings
Pixura.Contracts.KnownOriginDigitalAsset
Pixura.Contracts.MakersplaceV2
Pixura.Contracts.Medianizer
Pixura.Contracts.PixuraNFT
Pixura.Contracts.PixuraNFTContractGenerator
Pixura.Contracts.Rarible
Pixura.Contracts.SuperRare
Pixura.Contracts.SuperRareAuctionHouse
Pixura.Contracts.SuperRareLegacy
Pixura.Contracts.SuperRareMarketAuction
Pixura.Contracts.SuperRareMarketAuctionV2
Pixura.Contracts.SuperRareV2
Pixura.Contracts.ZeroX.ERC20Proxy
Pixura.Contracts.ZeroX.ERC721Proxy
Pixura.Contracts.ZeroX.EtherToken
Pixura.Contracts.ZeroX.Exchange
other-modules:
Paths_pixura_contracts
hs-source-dirs:
hs-contracts/src
default-extensions: ApplicativeDo BangPatterns ConstraintKinds DataKinds DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric DeriveLift DeriveTraversable DerivingStrategies EmptyCase ExistentialQuantification FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving InstanceSigs KindSignatures LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns OverloadedStrings PatternSynonyms RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving TupleSections TypeApplications TypeFamilies TypeFamilyDependencies TypeOperators
ghc-options: -Wall -Werror
build-depends:
base >=4.7 && <5
, generics-sop
, web3
default-language: Haskell2010