Add dependency version ranges
Also remove stack.yaml since it isn't used anymore. and adding libraries to the snapshots doesn't seem to be as easy as I hoped.
This commit is contained in:
parent
96bb061666
commit
c601ccb4ad
@ -20,6 +20,7 @@ build-type: Simple
|
|||||||
extra-source-files:
|
extra-source-files:
|
||||||
CHANGELOG.md
|
CHANGELOG.md
|
||||||
README.md
|
README.md
|
||||||
|
tested-with: GHC == 8.10.4
|
||||||
|
|
||||||
source-repository head
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
@ -57,19 +58,19 @@ library
|
|||||||
src
|
src
|
||||||
ghc-options: -Wall
|
ghc-options: -Wall
|
||||||
build-depends:
|
build-depends:
|
||||||
aeson
|
aeson >= 1.5.6 && < 1.6
|
||||||
, base >=4.7 && <5
|
, base >= 4.7 && < 5
|
||||||
, conduit
|
, conduit >= 1.3.4 && < 1.4
|
||||||
, containers
|
, containers >= 0.6.2 && < 0.7
|
||||||
, exceptions
|
, exceptions >= 0.10.4 && < 0.11
|
||||||
, hspec-expectations
|
, hspec-expectations >= 0.8.2 && < 0.9
|
||||||
, megaparsec
|
, megaparsec >= 9.0.1 && < 9.1
|
||||||
, parser-combinators
|
, parser-combinators >= 1.3.0 && < 1.4
|
||||||
, scientific
|
, scientific >= 0.3.7 && < 0.4
|
||||||
, text
|
, text >= 1.2.4 && < 1.3
|
||||||
, transformers
|
, transformers >= 0.5.6 && < 0.6
|
||||||
, unordered-containers
|
, unordered-containers >= 0.2.14 && < 0.3
|
||||||
, vector
|
, vector >= 0.12.3 && < 0.13
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
|
||||||
test-suite graphql-test
|
test-suite graphql-test
|
||||||
@ -93,22 +94,16 @@ test-suite graphql-test
|
|||||||
tests
|
tests
|
||||||
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
|
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
|
||||||
build-depends:
|
build-depends:
|
||||||
QuickCheck
|
QuickCheck >= 2.14.1 && < 2.15
|
||||||
, aeson
|
, aeson
|
||||||
, base >=4.7 && <5
|
, base >= 4.7 && < 5
|
||||||
, conduit
|
, conduit
|
||||||
, containers
|
|
||||||
, exceptions
|
|
||||||
, graphql
|
, graphql
|
||||||
, hspec
|
, hspec >= 2.8.2 && < 2.9
|
||||||
, hspec-expectations
|
, hspec-megaparsec >= 2.2.0 && < 2.3
|
||||||
, hspec-megaparsec
|
|
||||||
, megaparsec
|
, megaparsec
|
||||||
, parser-combinators
|
, raw-strings-qq >= 1.1 && < 1.2
|
||||||
, raw-strings-qq
|
|
||||||
, scientific
|
, scientific
|
||||||
, text
|
, text
|
||||||
, transformers
|
|
||||||
, unordered-containers
|
, unordered-containers
|
||||||
, vector
|
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
resolver: lts-17.10
|
|
||||||
|
|
||||||
packages:
|
|
||||||
- .
|
|
||||||
|
|
||||||
extra-deps: []
|
|
||||||
flags: {}
|
|
||||||
|
|
||||||
pvp-bounds: lower
|
|
Loading…
Reference in New Issue
Block a user