|
1 | 1 | cabal-version: 1.12 |
2 | 2 |
|
3 | | --- This file has been generated from package.yaml by hpack version 0.34.3. |
| 3 | +-- This file has been generated from package.yaml by hpack version 0.34.4. |
4 | 4 | -- |
5 | 5 | -- see: https://github.com/sol/hpack |
6 | 6 | -- |
7 | | --- hash: 5ed294fd597a5fe41cec4edea20e59e45dc7d5f01b64ad8f078ef75e5e748468 |
| 7 | +-- hash: c527166c37e70d59b1575a743e5716d678130dc8efeac1783f5e533f73c6f6a2 |
8 | 8 |
|
9 | 9 | name: composite-aeson |
10 | 10 | version: 0.7.5.0 |
@@ -36,13 +36,34 @@ library |
36 | 36 | Paths_composite_aeson |
37 | 37 | hs-source-dirs: |
38 | 38 | src |
39 | | - default-extensions: DataKinds FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving LambdaCase MultiParamTypeClasses MultiWayIf OverloadedStrings PatternSynonyms PolyKinds QuasiQuotes RankNTypes ScopedTypeVariables StandaloneDeriving StrictData TemplateHaskell TupleSections TypeApplications TypeFamilies TypeOperators ViewPatterns |
| 39 | + default-extensions: |
| 40 | + DataKinds |
| 41 | + FlexibleContexts |
| 42 | + FlexibleInstances |
| 43 | + GeneralizedNewtypeDeriving |
| 44 | + LambdaCase |
| 45 | + MultiParamTypeClasses |
| 46 | + MultiWayIf |
| 47 | + OverloadedStrings |
| 48 | + PatternSynonyms |
| 49 | + PolyKinds |
| 50 | + QuasiQuotes |
| 51 | + RankNTypes |
| 52 | + ScopedTypeVariables |
| 53 | + StandaloneDeriving |
| 54 | + StrictData |
| 55 | + TemplateHaskell |
| 56 | + TupleSections |
| 57 | + TypeApplications |
| 58 | + TypeFamilies |
| 59 | + TypeOperators |
| 60 | + ViewPatterns |
40 | 61 | ghc-options: -Wall -O2 |
41 | 62 | build-depends: |
42 | 63 | aeson >=1.1.2.0 && <1.6 |
43 | 64 | , aeson-better-errors >=0.9.1.0 && <0.10 |
44 | | - , base >=4.7 && <5 |
45 | | - , composite-base >=0.7 && <0.8 |
| 65 | + , base >=4.12 && <5 |
| 66 | + , composite-base ==0.7.* |
46 | 67 | , containers >=0.5.7.0 && <0.7 |
47 | 68 | , contravariant >=1.4 && <1.6 |
48 | 69 | , generic-deriving >=1.11.2 && <1.14 |
@@ -74,16 +95,37 @@ test-suite composite-aeson-test |
74 | 95 | Paths_composite_aeson |
75 | 96 | hs-source-dirs: |
76 | 97 | test |
77 | | - default-extensions: DataKinds FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving LambdaCase MultiParamTypeClasses MultiWayIf OverloadedStrings PatternSynonyms PolyKinds QuasiQuotes RankNTypes ScopedTypeVariables StandaloneDeriving StrictData TemplateHaskell TupleSections TypeApplications TypeFamilies TypeOperators ViewPatterns |
| 98 | + default-extensions: |
| 99 | + DataKinds |
| 100 | + FlexibleContexts |
| 101 | + FlexibleInstances |
| 102 | + GeneralizedNewtypeDeriving |
| 103 | + LambdaCase |
| 104 | + MultiParamTypeClasses |
| 105 | + MultiWayIf |
| 106 | + OverloadedStrings |
| 107 | + PatternSynonyms |
| 108 | + PolyKinds |
| 109 | + QuasiQuotes |
| 110 | + RankNTypes |
| 111 | + ScopedTypeVariables |
| 112 | + StandaloneDeriving |
| 113 | + StrictData |
| 114 | + TemplateHaskell |
| 115 | + TupleSections |
| 116 | + TypeApplications |
| 117 | + TypeFamilies |
| 118 | + TypeOperators |
| 119 | + ViewPatterns |
78 | 120 | ghc-options: -Wall -O2 -threaded -rtsopts -with-rtsopts=-N -fno-warn-orphans |
79 | 121 | build-depends: |
80 | 122 | QuickCheck |
81 | 123 | , aeson >=1.1.2.0 && <1.6 |
82 | 124 | , aeson-better-errors >=0.9.1.0 && <0.10 |
83 | 125 | , aeson-qq |
84 | | - , base >=4.7 && <5 |
| 126 | + , base >=4.12 && <5 |
85 | 127 | , composite-aeson |
86 | | - , composite-base >=0.7 && <0.8 |
| 128 | + , composite-base ==0.7.* |
87 | 129 | , containers >=0.5.7.0 && <0.7 |
88 | 130 | , contravariant >=1.4 && <1.6 |
89 | 131 | , generic-deriving >=1.11.2 && <1.14 |
|
0 commit comments