···171 # 2021-05-25: Tests fail and I have no way to debug them.
172 hls-class-plugin = dontCheck super.hls-class-plugin;
173 hls-brittany-plugin = dontCheck super.hls-brittany-plugin;
00000174175}
···171 # 2021-05-25: Tests fail and I have no way to debug them.
172 hls-class-plugin = dontCheck super.hls-class-plugin;
173 hls-brittany-plugin = dontCheck super.hls-brittany-plugin;
174+ hls-fourmolu-plugin = dontCheck super.hls-fourmolu-plugin;
175+ hls-module-name-plugin = dontCheck super.hls-module-name-plugin;
176+177+ # We are lacking pure pgrep at the moment for tests to work
178+ tmp-postgres = dontCheck super.tmp-postgres;
179180}
···73 # gi-gdkx11-4.x requires gtk-4.x, which is still under development and
74 # not yet available in Nixpkgs
75 - gi-gdkx11 < 4
76- # Needs Cabal 3.4 for Setup.hs
77- - gi-javascriptcore < 4.0.23 #
78- - gi-soup < 2.4.24 #
79- - gi-webkit2 < 4.0.27 #
80 # 2021-05-11: not all diagrams libraries have adjusted to
81 # monoid-extras 0.6 yet, keep them pinned to lower versions
82 # until we can do a full migration, see
83 # https://github.com/diagrams/diagrams-core/issues/115
84 # We can keep this pin at most until base 4.15
00085 - monoid-extras < 0.6
086 - diagrams-core < 1.5.0
87 - diagrams-lib < 1.4.4
88- # 2021-05-11: Pin for hls 1.1.0
89- - ghcide == 1.2.*
90- - hls-plugin-api == 1.1.0.0
91- - hls-explicit-imports-plugin < 1.0.0.2
92- # 2021-05-12: remove once versions >= 5.0.0 is in stackage
93- - futhark < 0.19.5
94- # 2021-06-05: remove once pandoc 2.14 is in stackage
95- - pandoc-crossref < 0.3.11.0
96 # 2021-06-14: hnix still needs old versions https://github.com/haskell-nix/hnix/issues/952
97 - hnix-store-core < 0.5
98 - hnix-store-remote < 0.5
···113 - haddock-library ==1.7.* # required by stylish-cabal-0.5.0.0
114 - happy == 1.19.9 # for purescript
115 - hinotify == 0.3.9 # for xmonad-0.26: https://github.com/kolmodin/hinotify/issues/29
116- - hlint < 3.3 # We don‘t have ghc-lib-parser 9.0.X yet.
117 - immortal == 0.2.2.1 # required by Hasura 1.3.1, 2020-08-20
118 - mmorph == 1.1.3 # Newest working version of mmorph on ghc 8.6.5. needed for hls
119 - network == 2.6.3.1 # required by pkgs/games/hedgewars/default.nix, 2020-11-15
···122 - resolv == 0.1.1.2 # required to build cabal-install-3.0.0.0 with pre ghc-8.8.x
123 - sbv == 7.13 # required for pkgs.petrinizer
124 - crackNum < 3.0 # 2021-05-21: 3.0 removed the lib which sbv 7.13 uses
125- - gi-gdk == 3.0.24 # 2021-05-07: For haskell-gi 0.25 without gtk4
126- - gi-gtk < 4.0 # 2021-05-07: For haskell-gi 0.25 without gtk4
127- - gi-gdkx11 == 3.0.11 # 2021-05-07: For haskell-gi 0.25 without gtk4
128 - ShellCheck == 0.7.1 # 2021-05-09: haskell-ci 0.12.1 pins this version
129 - hackage-db < 2.1.1 # 2021-06-10: Need older hackage-db as long as Cabal < 3.4, see https://github.com/NixOS/cabal2nix/issues/501
130···143 - pretty-simple
144 - spago
145 - termonad
000146 expipiplus1:
147 - VulkanMemoryAllocator
148 - autoapply
···313 - large-hashable
314 - haskell-ci
315 - diagrams
0316 # owothia
317 - irc-client
318 - chatter
···73 # gi-gdkx11-4.x requires gtk-4.x, which is still under development and
74 # not yet available in Nixpkgs
75 - gi-gdkx11 < 4
000076 # 2021-05-11: not all diagrams libraries have adjusted to
77 # monoid-extras 0.6 yet, keep them pinned to lower versions
78 # until we can do a full migration, see
79 # https://github.com/diagrams/diagrams-core/issues/115
80 # We can keep this pin at most until base 4.15
81+ # Since the monoid-extras adjustment was combined with
82+ # a major release in some cases, we need to wait for
83+ # diagrams 1.5 to be released.
84 - monoid-extras < 0.6
85+ - dual-tree < 0.2.3.0
86 - diagrams-core < 1.5.0
87 - diagrams-lib < 1.4.4
0000000088 # 2021-06-14: hnix still needs old versions https://github.com/haskell-nix/hnix/issues/952
89 - hnix-store-core < 0.5
90 - hnix-store-remote < 0.5
···105 - haddock-library ==1.7.* # required by stylish-cabal-0.5.0.0
106 - happy == 1.19.9 # for purescript
107 - hinotify == 0.3.9 # for xmonad-0.26: https://github.com/kolmodin/hinotify/issues/29
0108 - immortal == 0.2.2.1 # required by Hasura 1.3.1, 2020-08-20
109 - mmorph == 1.1.3 # Newest working version of mmorph on ghc 8.6.5. needed for hls
110 - network == 2.6.3.1 # required by pkgs/games/hedgewars/default.nix, 2020-11-15
···113 - resolv == 0.1.1.2 # required to build cabal-install-3.0.0.0 with pre ghc-8.8.x
114 - sbv == 7.13 # required for pkgs.petrinizer
115 - crackNum < 3.0 # 2021-05-21: 3.0 removed the lib which sbv 7.13 uses
000116 - ShellCheck == 0.7.1 # 2021-05-09: haskell-ci 0.12.1 pins this version
117 - hackage-db < 2.1.1 # 2021-06-10: Need older hackage-db as long as Cabal < 3.4, see https://github.com/NixOS/cabal2nix/issues/501
118···131 - pretty-simple
132 - spago
133 - termonad
134+ domenkozar:
135+ - cachix
136+ - cachix-api
137 expipiplus1:
138 - VulkanMemoryAllocator
139 - autoapply
···304 - large-hashable
305 - haskell-ci
306 - diagrams
307+ - rel8
308 # owothia
309 - irc-client
310 - chatter