diff options
author | Tom Smeding <tom@tomsmeding.com> | 2024-05-20 21:14:03 +0200 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2024-05-20 21:14:03 +0200 |
commit | 583607f51dac5b1d0a97d97ed6594498b1ecc731 (patch) | |
tree | b24e5c6bcce42a391fb393c777a1ea45779cdfa0 | |
parent | 03de6cb0a8b9ae114edb3690dc096b17a98b7b4f (diff) |
Rename 'test' component to 'example'
-rw-r--r-- | example/Main.hs (renamed from test/Main.hs) | 0 | ||||
-rw-r--r-- | ox-arrays.cabal | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/Main.hs b/example/Main.hs index 76c75c2..76c75c2 100644 --- a/test/Main.hs +++ b/example/Main.hs diff --git a/ox-arrays.cabal b/ox-arrays.cabal index a144629..d39d5e5 100644 --- a/ox-arrays.cabal +++ b/ox-arrays.cabal @@ -20,12 +20,12 @@ library default-language: Haskell2010 ghc-options: -Wall -test-suite test +test-suite example type: exitcode-stdio-1.0 main-is: Main.hs build-depends: ox-arrays, base - hs-source-dirs: test + hs-source-dirs: example default-language: Haskell2010 ghc-options: -Wall |