Skip to content

Commit

Permalink
clean up manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
TanklesXL committed Aug 10, 2023
1 parent 74a626a commit a60662e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 46 deletions.
3 changes: 2 additions & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
gleam 0.30.4
gleam 0.30.5
nodejs 20.5.1
3 changes: 1 addition & 2 deletions gleam.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ links = [
{ title = "Hex", href = "https://hex.pm/packages/glint" },
{ title = "Docs", href = "https://hexdocs.pm/glint/" },
]
gleam = ">= 0.30.3"
gleam = ">= 0.30.0"

[dependencies]
gleam_stdlib = "~> 0.19"
Expand All @@ -21,4 +21,3 @@ gleam_community_colour = "~> 1.0"

[dev-dependencies]
gleeunit = "~> 0.5"
gleam_erlang = "~> 0.18"
51 changes: 8 additions & 43 deletions manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,52 +2,17 @@
# You typically do not need to edit this file

packages = [
{ name = "gleam_bitwise", version = "1.2.0", build_tools = [
"gleam",
], requirements = [
"gleam_stdlib",
], otp_app = "gleam_bitwise", source = "hex", outer_checksum = "6064699EFBABB1CA392DCB193D0E8B402FB042B4B46857B01E6875E643B57F54" },
{ name = "gleam_community_ansi", version = "1.1.0", build_tools = [
"gleam",
], requirements = [
"gleam_stdlib",
"gleam_community_colour",
"gleam_bitwise",
], otp_app = "gleam_community_ansi", source = "hex", outer_checksum = "6E4E0CF2B207C1A7FCD3C21AA43514D67BC7004F21F82045CDCCE6C727A14862" },
{ name = "gleam_community_colour", version = "1.1.0", build_tools = [
"gleam",
], requirements = [
"gleam_bitwise",
"gleam_stdlib",
], otp_app = "gleam_community_colour", source = "hex", outer_checksum = "D27CE357ECB343929A8CEC3FBA0B499943A47F0EE1F589EE16AFC2DC21C61E5B" },
{ name = "gleam_erlang", version = "0.20.0", build_tools = [
"gleam",
], requirements = [
"gleam_stdlib",
], otp_app = "gleam_erlang", source = "hex", outer_checksum = "F216A80C8FDFF774447B494D5E08AE4E9A911E971727B9A78FEBF5F300914584" },
{ name = "gleam_stdlib", version = "0.30.0", build_tools = [
"gleam",
], requirements = [
], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "03710B3DA047A3683117591707FCA19D32B980229DD8CE8B0603EB5B5144F6C3" },
{ name = "gleeunit", version = "0.10.1", build_tools = [
"gleam",
], requirements = [
"gleam_stdlib",
], otp_app = "gleeunit", source = "hex", outer_checksum = "ECEA2DE4BE6528D36AFE74F42A21CDF99966EC36D7F25DEB34D47DD0F7977BAF" },
{ name = "snag", version = "0.2.1", build_tools = [
"gleam",
], requirements = [
"gleam_stdlib",
], otp_app = "snag", source = "hex", outer_checksum = "8FD70D8FB3728E08AC425283BB509BB0F012BE1AE218424A597CDE001B0EE589" },
{ name = "gleam_bitwise", version = "1.2.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_bitwise", source = "hex", outer_checksum = "6064699EFBABB1CA392DCB193D0E8B402FB042B4B46857B01E6875E643B57F54" },
{ name = "gleam_community_ansi", version = "1.1.0", build_tools = ["gleam"], requirements = ["gleam_bitwise", "gleam_community_colour", "gleam_stdlib"], otp_app = "gleam_community_ansi", source = "hex", outer_checksum = "6E4E0CF2B207C1A7FCD3C21AA43514D67BC7004F21F82045CDCCE6C727A14862" },
{ name = "gleam_community_colour", version = "1.1.0", build_tools = ["gleam"], requirements = ["gleam_bitwise", "gleam_stdlib"], otp_app = "gleam_community_colour", source = "hex", outer_checksum = "D27CE357ECB343929A8CEC3FBA0B499943A47F0EE1F589EE16AFC2DC21C61E5B" },
{ name = "gleam_stdlib", version = "0.30.1", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "704258528887F95075FFED7AAE1CCF836A9B88E3AADA2F69F9DA15815F94A4F9" },
{ name = "gleeunit", version = "0.11.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "1397E5C4AC4108769EE979939AC39BF7870659C5AFB714630DEEEE16B8272AD5" },
{ name = "snag", version = "0.2.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "snag", source = "hex", outer_checksum = "8FD70D8FB3728E08AC425283BB509BB0F012BE1AE218424A597CDE001B0EE589" },
]

[requirements]

<<<<<<< HEAD
gleam_erlang = { version = "~> 0.18" }
=======
>>>>>>> e0e208abfc515ad57e671a3d6e298087b78ee8ab
gleam_stdlib = { version = "~> 0.19" }gleam_community_ansi = { version = "~> 1.0" }
gleam_community_ansi = { version = "~> 1.0" }
gleam_community_colour = { version = "~> 1.0" }
gleam_stdlib = { version = "~> 0.19" }
gleeunit = { version = "~> 0.5" }
snag = { version = "~> 0.2" }

0 comments on commit a60662e

Please sign in to comment.