Move the source code into src/

This commit is contained in:
Eugen Wissner 2019-06-30 06:07:32 +02:00
parent 28aaa6a70b
commit f64e186c60
12 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: aba9e6c1a0e250a7d0dbabbbdae5dceb119343f6acf06744da66677a487fcca6
-- hash: 4035f9ebd6df2085ad80f5918fc5a65f22b2699f620f7f03c2a3e58ac84827d6
name: graphql
version: 0.3
@ -50,7 +50,7 @@ library
other-modules:
Paths_graphql
hs-source-dirs:
./.
src
build-depends:
aeson
, base >=4.7 && <5

View File

@ -34,7 +34,7 @@ dependencies:
- unordered-containers
library:
source-dirs: .
source-dirs: src
dependencies:
- scientific