From 427f47cdf4013a2c627047ebaddda4eb1b946a09 Mon Sep 17 00:00:00 2001 From: xecarlox94 Date: Sat, 9 Nov 2024 18:53:03 +0000 Subject: [PATCH] renamed app directory to src directory --- haskell/p2prc.cabal | 2 +- haskell/{app => src}/Main.hs | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename haskell/{app => src}/Main.hs (100%) diff --git a/haskell/p2prc.cabal b/haskell/p2prc.cabal index 6e5c319..a39a2fc 100644 --- a/haskell/p2prc.cabal +++ b/haskell/p2prc.cabal @@ -78,7 +78,7 @@ executable p2prc , p2prc -- Directories containing source files. - hs-source-dirs: app + hs-source-dirs: src -- Base language which the package is written in. default-language: GHC2021 diff --git a/haskell/app/Main.hs b/haskell/src/Main.hs similarity index 100% rename from haskell/app/Main.hs rename to haskell/src/Main.hs