Skip to content

Commit

Permalink
Dependency updates (#10)
Browse files Browse the repository at this point in the history
* Dependency updates

* flake.lock: Update

Flake lock file updates:

• Updated input 'haskell-nix':
    'github:input-output-hk/haskell.nix/2a1000b835ea4f8186b79e5926c99a80f9e354fc' (2023-12-12)
  → 'github:input-output-hk/haskell.nix/1ffa6ebe334d2375eee57151d9c1a14e153cfe62' (2024-06-25)
• Added input 'haskell-nix/ghc910X':
    'git+https://gitlab.haskell.org/ghc/ghc?ref=ghc-9.10&rev=2c6375b9a804ac7fca1e82eb6fcfc8594c67c5f5' (2024-04-30)
• Added input 'haskell-nix/ghc911':
    'git+https://gitlab.haskell.org/ghc/ghc?ref=refs%2fheads%2fmaster&rev=fc24c5cf6c62ca9e3c8d236656e139676df65034' (2024-05-04)
• Removed input 'haskell-nix/ghc98X'
• Removed input 'haskell-nix/ghc99'
• Updated input 'haskell-nix/hackage':
    'github:input-output-hk/hackage.nix/24617c569995e38bf3b83b48eec6628a50fdb4fb' (2023-12-12)
  → 'github:input-output-hk/hackage.nix/b153f0235941a8bd8186db841ddc71ebab7fc71d' (2024-06-25)
• Updated input 'haskell-nix/hls-2.4':
    'github:haskell/haskell-language-server/362fdd1293efb4b82410b676ab1273479f6d17ee' (2023-10-10)
  → 'github:haskell/haskell-language-server/54507ef7e85fa8e9d0eb9a669832a3287ffccd57' (2023-11-13)
• Added input 'haskell-nix/hls-2.5':
    'github:haskell/haskell-language-server/27f8c3d3892e38edaef5bea3870161815c4d014c' (2023-11-27)
• Added input 'haskell-nix/hls-2.6':
    'github:haskell/haskell-language-server/6e0b342fa0327e628610f2711f8c3e4eaaa08b1e' (2024-01-15)
• Added input 'haskell-nix/hls-2.7':
    'github:haskell/haskell-language-server/50322b0a4aefb27adc5ec42f5055aaa8f8e38001' (2024-02-26)
• Added input 'haskell-nix/hls-2.8':
    'github:haskell/haskell-language-server/dd1be1beb16700de59e0d6801957290bcf956a0a' (2024-05-08)
• Updated input 'haskell-nix/iserv-proxy':
    'git+https://gitlab.haskell.org/hamishmack/iserv-proxy.git?ref=hkm%2fremote-iserv&rev=43a979272d9addc29fbffc2e8542c5d96e993d73' (2023-08-10)
  → 'github:stable-haskell/iserv-proxy/2ed34002247213fc435d0062350b91bab920626e' (2024-06-04)
• Updated input 'haskell-nix/nixpkgs-unstable':
    'github:NixOS/nixpkgs/f5c27c6136db4d76c30e533c20517df6864c46ee' (2023-11-30)
  → 'github:NixOS/nixpkgs/47585496bcb13fb72e4a90daeea2f434e2501998' (2023-09-16)
• Updated input 'haskell-nix/stackage':
    'github:input-output-hk/stackage.nix/1a29112fc771bfa37b5f4f6555fe85177b5dd7fe' (2023-12-12)
  → 'github:input-output-hk/stackage.nix/7df45e0bd9852810d8070f9c5257f8e7a4677b91' (2024-06-23)

* Changed the ghc version so that we don't have to build it locally
  • Loading branch information
ohri-anurag authored Jul 1, 2024
1 parent 8cb10ec commit 484b81a
Show file tree
Hide file tree
Showing 3 changed files with 405 additions and 468 deletions.
154 changes: 113 additions & 41 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
pkgsMusl = pkgsLocal.pkgsCross.musl64;

project = pkgs: pkgs.haskell-nix.project {
compiler-nix-name = "ghc963";
compiler-nix-name = "ghc96";
evalSystem = "x86_64-linux";
src = pkgsLocal.haskell-nix.haskellLib.cleanGit {
name = "wai-handler-hal-example";
Expand Down
Loading

0 comments on commit 484b81a

Please sign in to comment.