forked from OSS/graphql
Move the source code into src/
This commit is contained in:
parent
28aaa6a70b
commit
f64e186c60
@ -4,7 +4,7 @@ cabal-version: 1.12
|
|||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: aba9e6c1a0e250a7d0dbabbbdae5dceb119343f6acf06744da66677a487fcca6
|
-- hash: 4035f9ebd6df2085ad80f5918fc5a65f22b2699f620f7f03c2a3e58ac84827d6
|
||||||
|
|
||||||
name: graphql
|
name: graphql
|
||||||
version: 0.3
|
version: 0.3
|
||||||
@ -50,7 +50,7 @@ library
|
|||||||
other-modules:
|
other-modules:
|
||||||
Paths_graphql
|
Paths_graphql
|
||||||
hs-source-dirs:
|
hs-source-dirs:
|
||||||
./.
|
src
|
||||||
build-depends:
|
build-depends:
|
||||||
aeson
|
aeson
|
||||||
, base >=4.7 && <5
|
, base >=4.7 && <5
|
||||||
|
@ -34,7 +34,7 @@ dependencies:
|
|||||||
- unordered-containers
|
- unordered-containers
|
||||||
|
|
||||||
library:
|
library:
|
||||||
source-dirs: .
|
source-dirs: src
|
||||||
dependencies:
|
dependencies:
|
||||||
- scientific
|
- scientific
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user