diff --git a/dbapi.cabal b/dbapi.cabal index f5f0fa32b..94c843585 100644 --- a/dbapi.cabal +++ b/dbapi.cabal @@ -7,7 +7,6 @@ author: Joe Nelson maintainer: cred+github@begriffs.com category: Web build-type: Simple --- extra-source-files: cabal-version: >=1.10 executable dbapi @@ -27,5 +26,5 @@ executable dbapi , regex-base , http-media, regex-tdfa , Ranged-sets - -- hs-source-dirs: + hs-source-dirs: src default-language: Haskell2010 diff --git a/Main.hs b/src/Main.hs similarity index 100% rename from Main.hs rename to src/Main.hs diff --git a/PgQuery.hs b/src/PgQuery.hs similarity index 100% rename from PgQuery.hs rename to src/PgQuery.hs diff --git a/PgStructure.hs b/src/PgStructure.hs similarity index 100% rename from PgStructure.hs rename to src/PgStructure.hs diff --git a/RangeQuery.hs b/src/RangeQuery.hs similarity index 100% rename from RangeQuery.hs rename to src/RangeQuery.hs diff --git a/Types.hs b/src/Types.hs similarity index 100% rename from Types.hs rename to src/Types.hs