From 85e4c8700b1a225bcc57f35dd1f691bf3475895d Mon Sep 17 00:00:00 2001
From: stuebinm <stuebinm@disroot.org>
Date: Fri, 18 Feb 2022 21:29:42 +0100
Subject: [PATCH] remove unused dependencies

---
 package.yaml | 2 --
 walint.cabal | 4 ----
 2 files changed, 6 deletions(-)

diff --git a/package.yaml b/package.yaml
index 4acf9e8..f9498d6 100644
--- a/package.yaml
+++ b/package.yaml
@@ -13,7 +13,6 @@ dependencies:
   - universum
   - aeson
   - bytestring
-  - mtl
   - text
 
 library:
@@ -29,7 +28,6 @@ library:
     - regex-tdfa
     - extra
     - deepseq
-    - witherable
     - dotgen
     - text-metrics
     - uri-encode
diff --git a/walint.cabal b/walint.cabal
index ae7f6aa..94d79f5 100644
--- a/walint.cabal
+++ b/walint.cabal
@@ -49,7 +49,6 @@ library
     , extra
     , filepath
     , getopt-generics
-    , mtl
     , network-uri
     , regex-tdfa
     , text
@@ -58,7 +57,6 @@ library
     , universum
     , uri-encode
     , vector
-    , witherable
   default-language: Haskell2010
 
 executable walint
@@ -77,7 +75,6 @@ executable walint
     , base
     , bytestring
     , getopt-generics
-    , mtl
     , process
     , template-haskell
     , text
@@ -115,7 +112,6 @@ executable walint-server
     , http-types
     , lucid
     , microlens-platform
-    , mtl
     , process
     , servant
     , servant-client
-- 
GitLab