Skip to content

Commit

Permalink
Bump futhark-server dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Nov 4, 2024
1 parent 703fb70 commit 823d24f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
packages: futhark.cabal
index-state: 2024-10-20T06:00:08Z
index-state: 2024-11-04T14:44:59Z

package futhark
ghc-options: -j -fwrite-ide-info -hiedir=.hie
Expand Down
2 changes: 1 addition & 1 deletion futhark.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ library
, filepath >=1.4.1.1
, free >=5.1.10
, futhark-data >= 1.1.1.0
, futhark-server >= 1.2.2.1
, futhark-server >= 1.2.3.0
, futhark-manifest >= 1.5.0.0
, githash >=0.1.6.1
, half >= 0.3
Expand Down
4 changes: 2 additions & 2 deletions nix/futhark-server.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
}:
mkDerivation {
pname = "futhark-server";
version = "1.2.2.1";
sha256 = "5845ca6f4dd8395ef860164a7e8193e4094dc342a5b7187e314a7842e70b163d";
version = "1.2.3.0";
sha256 = "4bd26a908ae3c41b4eb18343a8fedb193a06c802c9e8a31d99a4f87dc781f189";
libraryHaskellDepends = [
base binary bytestring directory futhark-data mtl process temporary
text
Expand Down

0 comments on commit 823d24f

Please sign in to comment.