From d516f3bd1681bcbc3c4a6f493baf13667c2fa30d Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Tue, 15 Sep 2020 08:36:35 -0500 Subject: [PATCH] remove list-extra --- elm.json | 1 - src/League.elm | 1 - 2 files changed, 2 deletions(-) diff --git a/elm.json b/elm.json index 49458f1..96cab15 100644 --- a/elm.json +++ b/elm.json @@ -13,7 +13,6 @@ "elm/html": "1.0.0", "elm/json": "1.1.3", "elm/random": "1.0.0", - "elm-community/list-extra": "8.2.4", "ohanhi/keyboard": "2.0.1", "rtfeldman/elm-css": "16.0.1", "tesk9/accessible-html-with-css": "2.1.1" diff --git a/src/League.elm b/src/League.elm index 6f80d03..0a0545c 100644 --- a/src/League.elm +++ b/src/League.elm @@ -18,7 +18,6 @@ import Dict exposing (Dict) import Elo import Json.Decode as Decode exposing (Decoder) import Json.Encode as Encode -import List.Extra import Player exposing (Player) import Random exposing (Generator)