mirror of
https://github.com/ilyakooo0/roboservant.git
synced 2024-11-25 21:55:06 +03:00
remove unused packages
This commit is contained in:
parent
5f01d4116e
commit
49d5d96db5
12
package.yaml
12
package.yaml
@ -1,5 +1,5 @@
|
||||
name: roboservant
|
||||
version: 0.1.0.0
|
||||
version: 0.1.0.2
|
||||
github: "mwotton/roboservant"
|
||||
license: BSD3
|
||||
author: "Mark Wotton, Samuel Schlesinger"
|
||||
@ -16,25 +16,16 @@ extra-source-files:
|
||||
dependencies:
|
||||
- base >= 4.7 && < 5
|
||||
|
||||
- QuickCheck
|
||||
- bytestring
|
||||
- containers
|
||||
- hedgehog
|
||||
- http-client
|
||||
- http-media
|
||||
- mtl
|
||||
- quickcheck-state-machine >= 0.7
|
||||
- servant >= 0.17
|
||||
- servant-client >= 0.17
|
||||
- servant-flatten
|
||||
- servant-server >= 0.17
|
||||
- string-conversions
|
||||
|
||||
# test deps
|
||||
- hspec
|
||||
- QuickCheck
|
||||
- aeson
|
||||
|
||||
ghc-options: -Wall
|
||||
|
||||
library:
|
||||
@ -50,3 +41,4 @@ tests:
|
||||
- -with-rtsopts=-N
|
||||
dependencies:
|
||||
- roboservant
|
||||
- aeson
|
||||
|
@ -4,7 +4,7 @@ cabal-version: 1.12
|
||||
--
|
||||
-- see: https://github.com/sol/hpack
|
||||
--
|
||||
-- hash: 83f44d7e193afdbe2e62584983f73420b90328cbc0ea01f626d16313091641cf
|
||||
-- hash: 67cc7a07268595f2ecee28556db571d2c4031ecc011ebc7d42e54b1a242022a0
|
||||
|
||||
name: roboservant
|
||||
version: 0.1.0.0
|
||||
@ -37,17 +37,10 @@ library
|
||||
src
|
||||
ghc-options: -Wall
|
||||
build-depends:
|
||||
QuickCheck
|
||||
, aeson
|
||||
, base >=4.7 && <5
|
||||
base >=4.7 && <5
|
||||
, bytestring
|
||||
, containers
|
||||
, hedgehog
|
||||
, hspec
|
||||
, http-client
|
||||
, http-media
|
||||
, mtl
|
||||
, quickcheck-state-machine >=0.7
|
||||
, servant >=0.17
|
||||
, servant-client >=0.17
|
||||
, servant-flatten
|
||||
@ -66,17 +59,11 @@ test-suite roboservant-test
|
||||
test
|
||||
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
|
||||
build-depends:
|
||||
QuickCheck
|
||||
, aeson
|
||||
aeson
|
||||
, base >=4.7 && <5
|
||||
, bytestring
|
||||
, containers
|
||||
, hedgehog
|
||||
, hspec
|
||||
, http-client
|
||||
, http-media
|
||||
, mtl
|
||||
, quickcheck-state-machine >=0.7
|
||||
, roboservant
|
||||
, servant >=0.17
|
||||
, servant-client >=0.17
|
||||
|
Loading…
Reference in New Issue
Block a user