diff options
| author | Eugen Wissner <belka@caraus.de> | 2019-06-30 06:07:32 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2019-06-30 06:07:32 +0200 |
| commit | f64e186c60a94223eb4b5a156d986a4c78c025c7 (patch) | |
| tree | aa3159e86132eacfefec98a9105ad05173c99ae1 /graphql.cabal | |
| parent | 28aaa6a70b7d8301cb94e7dc112dc292627f0ef9 (diff) | |
| download | graphql-f64e186c60a94223eb4b5a156d986a4c78c025c7.tar.gz | |
Move the source code into src/
Diffstat (limited to 'graphql.cabal')
| -rw-r--r-- | graphql.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphql.cabal b/graphql.cabal index 49fdfeb..1d40c1c 100644 --- a/graphql.cabal +++ b/graphql.cabal @@ -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 |
