From 79c22532ab100bda068b36476c179f4dd2fc41f6 Mon Sep 17 00:00:00 2001 From: Henry Till Date: Fri, 5 Jan 2024 17:04:10 -0800 Subject: [PATCH] rename tests -> test --- lens-toml-parser.cabal | 2 +- {tests => test}/Main.hs | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {tests => test}/Main.hs (100%) diff --git a/lens-toml-parser.cabal b/lens-toml-parser.cabal index 8f808b8..4998b11 100644 --- a/lens-toml-parser.cabal +++ b/lens-toml-parser.cabal @@ -47,6 +47,6 @@ test-suite tests , toml-parser >=1.1 && <1.4 , lens-family >=2.1 && <2.2 , lens-toml-parser - hs-source-dirs: tests + hs-source-dirs: test default-language: Haskell2010 ghc-options: -Wall diff --git a/tests/Main.hs b/test/Main.hs similarity index 100% rename from tests/Main.hs rename to test/Main.hs