Skip to content

Commit 246579d

Browse files
committed
Rework directory structure
Move application files to exe/, library files to lib/.
1 parent 18dee25 commit 246579d

File tree

6 files changed

+2
-0
lines changed

6 files changed

+2
-0
lines changed

hgettext.hs exe/Main.hs

File renamed without changes.

haskell-gettext.cabal

+2
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ library
5353
mtl >= 2.2.1,
5454
transformers >=0.3,
5555
parsec >= 3.1.11
56+
hs-source-dirs: lib/
5657
ghc-options: -fwarn-unused-imports
5758

5859
executable hgettext
@@ -63,6 +64,7 @@ executable hgettext
6364
time >= 1.5.0,
6465
old-locale >= 1.0,
6566
filepath >= 1.4
67+
hs-source-dirs: exe/
6668

6769
source-repository head
6870
type: git
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)