File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,7 @@ packages:
25
25
doc/cookbook/custom-errors
26
26
doc/cookbook/basic-streaming
27
27
doc/cookbook/db-postgres-pool
28
- --doc/cookbook/db-sqlite-simple
29
- -- ^ BROKEN blaze-textual
28
+ doc/cookbook/db-sqlite-simple
30
29
doc/cookbook/file-upload
31
30
doc/cookbook/generic
32
31
doc/cookbook/hoist-server-with-context
@@ -36,8 +35,7 @@ packages:
36
35
-- doc/cookbook/sentry
37
36
-- Commented out because servant-quickcheck currently doesn't build.
38
37
-- doc/cookbook/testing
39
- --doc/cookbook/uverb
40
- -- ^ BROKEN servant-swagger -> optics-th
38
+ doc/cookbook/uverb
41
39
doc/cookbook/structuring-apis
42
40
doc/cookbook/using-custom-monad
43
41
doc/cookbook/using-free-client
Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ executable cookbook-uverb
28
28
, swagger2
29
29
, wai
30
30
, warp
31
+ if impl(ghc >= 9 )
32
+ buildable : False
31
33
default-language : Haskell2010
32
34
ghc-options : -Wall -pgmL markdown-unlit
33
35
build-tool-depends : markdown-unlit :markdown-unlit
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ $ nix-shell nix/shell.nix --argstr compiler ghcHEAD
26
26
- ` ghc865Binary `
27
27
- ` ghc884 `
28
28
- ` ghc8104 ` - default
29
+ - ` ghc901 `
29
30
30
31
### Cabal users
31
32
Original file line number Diff line number Diff line change 1
1
let nixos = fetchTarball { url = "https://github.com/NixOS/nixpkgs/archive/refs/tags/21.05.tar.gz" ;
2
+ sha256 = "sha256:1ckzhh24mgz6jd1xhfgx0i9mijk6xjqxwsshnvq789xsavrmsc36" ;
2
3
} ; in
3
4
4
5
{ compiler ? "ghc8104"
You can’t perform that action at this time.
0 commit comments