Skip to content

Commit

Permalink
use hex dep
Browse files Browse the repository at this point in the history
  • Loading branch information
inoas committed Apr 11, 2024
1 parent ef1e129 commit 9440a0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gleam.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ gleam = ">= 0.32.0"
[dependencies]
argv = "~> 1.0"
fs = "~> 8.6"
# glacier_gleeunit = "~> 0.11"
glacier_gleeunit = { path = "../gleeunit" }
glacier_gleeunit = "~> 0.11"
# glacier_gleeunit = { path = "../gleeunit" }
gleam_community_ansi = "~> 1.4"
gleam_community_colour = "~> 1.4"
gleam_stdlib = "~> 0.36 or ~> 1.0"
Expand Down
4 changes: 2 additions & 2 deletions manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ packages = [
{ name = "argv", version = "1.0.2", build_tools = ["gleam"], requirements = [], otp_app = "argv", source = "hex", outer_checksum = "BA1FF0929525DEBA1CE67256E5ADF77A7CDDFE729E3E3F57A5BDCAA031DED09D" },
{ name = "filepath", version = "1.0.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "filepath", source = "hex", outer_checksum = "EFB6FF65C98B2A16378ABC3EE2B14124168C0CE5201553DE652E2644DCFDB594" },
{ name = "fs", version = "8.6.1", build_tools = ["rebar3"], requirements = [], otp_app = "fs", source = "hex", outer_checksum = "61EA2BDAEDAE4E2024D0D25C63E44DCCF65622D4402DB4A2DF12868D1546503F" },
{ name = "glacier_gleeunit", version = "0.11.30", build_tools = ["gleam"], requirements = ["argv", "gleam_stdlib"], source = "local", path = "../gleeunit" },
{ name = "glacier_gleeunit", version = "0.11.40", build_tools = ["gleam"], requirements = ["argv", "gleam_stdlib"], otp_app = "glacier_gleeunit", source = "hex", outer_checksum = "F3B8062586E1AF306A1C1E9DA2D5414D32FCA1A608C491226044AA62A2E4C16F" },
{ name = "gleam_community_ansi", version = "1.4.0", build_tools = ["gleam"], requirements = ["gleam_community_colour", "gleam_stdlib"], otp_app = "gleam_community_ansi", source = "hex", outer_checksum = "FE79E08BF97009729259B6357EC058315B6FBB916FAD1C2FF9355115FEB0D3A4" },
{ name = "gleam_community_colour", version = "1.4.0", build_tools = ["gleam"], requirements = ["gleam_json", "gleam_stdlib"], otp_app = "gleam_community_colour", source = "hex", outer_checksum = "795964217EBEDB3DA656F5EB8F67D7AD22872EB95182042D3E7AFEF32D3FD2FE" },
{ name = "gleam_json", version = "1.0.0", build_tools = ["gleam"], requirements = ["gleam_stdlib", "thoas"], otp_app = "gleam_json", source = "hex", outer_checksum = "8B197DD5D578EA6AC2C0D4BDC634C71A5BCA8E7DB5F47091C263ECB411A60DF3" },
Expand All @@ -18,7 +18,7 @@ packages = [
[requirements]
argv = { version = "~> 1.0" }
fs = { version = "~> 8.6" }
glacier_gleeunit = { path = "../gleeunit" }
glacier_gleeunit = { version = "~> 0.11" }
gleam_community_ansi = { version = "~> 1.4" }
gleam_community_colour = { version = "~> 1.4" }
gleam_stdlib = { version = "~> 0.36 or ~> 1.0" }
Expand Down

0 comments on commit 9440a0f

Please sign in to comment.