|
1 | 1 | Name: reflex
|
2 |
| -Version: 0.9.0.0 |
| 2 | +Version: 0.9.0.1 |
3 | 3 | Synopsis: Higher-order Functional Reactive Programming
|
4 | 4 | Description:
|
5 | 5 | Interactive programs without callbacks or side-effects.
|
@@ -28,7 +28,7 @@ extra-source-files:
|
28 | 28 | ChangeLog.md
|
29 | 29 |
|
30 | 30 | tested-with:
|
31 |
| - GHC ==8.4.4 || ==8.6.5 || ==8.8.1 || ==8.10.7 || ==9.0.1 || ==9.2.5 || ==9.4.3, |
| 31 | + GHC ==8.4.4 || ==8.6.5 || ==8.8.1 || ==8.10.7 || ==9.0.1 || ==9.2.5 || ==9.4.5 || ==9.6.1, |
32 | 32 | GHCJS ==8.6 || ==8.10
|
33 | 33 |
|
34 | 34 | flag use-reflex-optimizer
|
@@ -71,38 +71,38 @@ library
|
71 | 71 | hs-source-dirs: src
|
72 | 72 | build-depends:
|
73 | 73 | MemoTrie == 0.6.*,
|
74 |
| - base >= 4.11 && < 4.18, |
75 |
| - bifunctors >= 5.2 && < 5.6, |
| 74 | + base >= 4.11 && < 4.19, |
| 75 | + bifunctors >= 5.2 && < 5.7, |
76 | 76 | comonad >= 5.0.4 && < 5.1,
|
77 | 77 | commutative-semigroups >= 0.1 && <0.2,
|
78 | 78 | constraints >= 0.10 && <0.14,
|
79 | 79 | constraints-extras >= 0.3 && < 0.5,
|
80 | 80 | containers >= 0.6 && < 0.7,
|
81 | 81 | data-default >= 0.5 && < 0.8,
|
82 | 82 | dependent-map >= 0.3 && < 0.5,
|
83 |
| - exception-transformers == 0.4.*, |
| 83 | + exception-transformers >= 0.4 && < 0.5, |
84 | 84 | lens >= 4.7 && < 5.3,
|
85 |
| - mmorph >= 1.0 && < 1.2, |
| 85 | + mmorph >= 1.0 && < 1.3, |
86 | 86 | monad-control >= 1.0.1 && < 1.1,
|
87 |
| - mtl >= 2.1 && < 2.3, |
| 87 | + mtl >= 2.1 && < 2.4, |
88 | 88 | patch >= 0.0.7 && < 0.1,
|
89 | 89 | prim-uniq >= 0.1.0.1 && < 0.3,
|
90 | 90 | primitive >= 0.5 && < 0.8,
|
91 | 91 | profunctors >= 5.3 && < 5.7,
|
92 | 92 | random >= 1.1 && < 1.3,
|
93 | 93 | ref-tf >= 0.4 && < 0.6,
|
94 | 94 | reflection == 2.1.*,
|
95 |
| - semigroupoids >= 4.0 && < 6, |
| 95 | + semigroupoids >= 4.0 && < 7, |
96 | 96 | stm >= 2.4 && < 2.6,
|
97 | 97 | syb >= 0.5 && < 0.8,
|
98 | 98 | time >= 1.4 && < 1.13,
|
99 |
| - transformers >= 0.5.6.0 && < 0.6, |
| 99 | + transformers >= 0.5 && < 0.7, |
100 | 100 | unbounded-delays >= 0.1.0.0 && < 0.2,
|
101 | 101 | witherable >= 0.4 && < 0.5
|
102 | 102 |
|
103 | 103 | if flag(split-these)
|
104 | 104 | build-depends: these >= 1 && <1.3,
|
105 |
| - semialign >=1 && <1.3, |
| 105 | + semialign >=1 && <1.4, |
106 | 106 | monoidal-containers >= 0.6.2.0 && < 0.7
|
107 | 107 | else
|
108 | 108 | build-depends: these >= 0.4 && <0.9,
|
@@ -188,7 +188,7 @@ library
|
188 | 188 | dependent-sum >= 0.6 && < 0.8,
|
189 | 189 | haskell-src-exts >= 1.16 && < 1.24,
|
190 | 190 | haskell-src-meta >= 0.6 && < 0.9,
|
191 |
| - template-haskell >= 2.9 && < 2.20 |
| 191 | + template-haskell >= 2.9 && < 2.21 |
192 | 192 | exposed-modules:
|
193 | 193 | Reflex.Dynamic.TH
|
194 | 194 | other-extensions: TemplateHaskell
|
@@ -260,6 +260,8 @@ test-suite hlint
|
260 | 260 | , directory
|
261 | 261 | , filepath
|
262 | 262 | , filemanip
|
| 263 | + if impl(ghc >= 9.6) |
| 264 | + buildable: False |
263 | 265 | if impl(ghc < 9.2)
|
264 | 266 | build-depends: hlint (< 2.1 || >= 2.2.2) && < 3.5
|
265 | 267 | else
|
|
0 commit comments