From 49d5d96db5005d856b1c884da61389d678bd2df9 Mon Sep 17 00:00:00 2001 From: Mark Wotton Date: Mon, 14 Sep 2020 09:23:26 -0400 Subject: [PATCH] remove unused packages --- package.yaml | 12 ++---------- roboservant.cabal | 19 +++---------------- 2 files changed, 5 insertions(+), 26 deletions(-) diff --git a/package.yaml b/package.yaml index 85ab821..b87947d 100644 --- a/package.yaml +++ b/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 diff --git a/roboservant.cabal b/roboservant.cabal index 18db1d2..a289f55 100644 --- a/roboservant.cabal +++ b/roboservant.cabal @@ -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