|
5 | 5 | haskell-flake.url = "github:srid/haskell-flake";
|
6 | 6 | flake-root.url = "github:srid/flake-root";
|
7 | 7 | flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";
|
8 |
| - |
9 |
| - hoogle-input.url = "github:ndmitchell/hoogle"; |
10 |
| - hoogle-input.flake = false; |
11 | 8 | };
|
12 | 9 |
|
13 | 10 | outputs = inputs@{ self, nixpkgs, flake-parts, ... }:
|
|
24 | 21 | haskellProjects.default = {
|
25 | 22 | settings = {
|
26 | 23 | hackage-server.check = false;
|
27 |
| - warp-tls.jailbreak = true; |
28 |
| - tls-session-manager.jailbreak = true; |
29 |
| - # http-client-tls.jailbreak = true; |
30 |
| - # crypton-connection.jailbreak = true; |
31 |
| - heist.check = false; |
32 | 24 | ap-normalize.check = false;
|
33 |
| - extensions.jailbreak = true; |
34 | 25 | # https://community.flake.parts/haskell-flake/dependency#nixpkgs
|
35 | 26 | tar = { super, ... }:
|
36 | 27 | { custom = _: super.tar_0_6_0_0; };
|
37 |
| - # tasty = { super, ... }: |
38 |
| - # { custom = _: super.tasty_1_5; }; |
39 | 28 | };
|
40 | 29 | packages = {
|
41 | 30 | # https://community.flake.parts/haskell-flake/dependency#path
|
42 |
| - hoogle.source = inputs.hoogle-input; |
43 |
| - heist.source = "1.1.1.2"; |
44 |
| - # tls-session-manager.source = "0.0.4"; |
45 |
| - # warp-tls.source = "3.4.3"; |
46 |
| - # http-io-streams.source = "0.1.6.3"; |
47 | 31 | tls.source = "1.9.0";
|
48 |
| - # tasty.source = "1.5"; |
49 | 32 | };
|
50 | 33 | devShell = {
|
51 | 34 | tools = hp: {
|
|
0 commit comments