-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.yaml
65 lines (58 loc) · 1.75 KB
/
package.yaml
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
name: base-orphans
version: "0.9.2"
synopsis: Backwards-compatible orphan instances for base
license: MIT
author:
- Simon Hengel <[email protected]>
- João Cristóvão <[email protected]>
- Ryan Scott <[email protected]>
maintainer:
- Simon Hengel <[email protected]>
- João Cristóvão <[email protected]>
- Ryan Scott <[email protected]>
copyright:
- (c) 2012-2017 Simon Hengel
- (c) 2014-2017 João Cristóvão
- (c) 2015-2017 Ryan Scott
category: Compatibility
description: |
@base-orphans@ defines orphan instances that mimic instances available in
later versions of @base@ to a wider (older) range of compilers.
@base-orphans@ does not export anything except the orphan instances
themselves and complements @<http://hackage.haskell.org/package/base-compat
base-compat>@.
See the README for what instances are covered:
<https://github.com/haskell-compat/base-orphans#readme>.
See also the
<https://github.com/haskell-compat/base-orphans#what-is-not-covered what is not covered>
section.
tested-with: GHC == 8.0.2
, GHC == 8.2.2
, GHC == 8.4.4
, GHC == 8.6.5
, GHC == 8.8.4
, GHC == 8.10.7
, GHC == 9.0.2
, GHC == 9.2.8
, GHC == 9.4.8
, GHC == 9.6.6
, GHC == 9.8.2
, GHC == 9.10.1
extra-source-files:
- CHANGES.markdown
- README.markdown
github: haskell-compat/base-orphans
ghc-options: -Wall
dependencies:
- base >= 4.9 && < 5
library:
source-dirs: src
dependencies: ghc-prim
exposed-modules: Data.Orphans
other-modules: Data.Orphans.Prelude
tests:
spec:
defaults: sol/hpack-defaults@hspec-cabal-new
dependencies:
- base-orphans
- QuickCheck