Merge pull request #2217 from unisonweb/topic/redundant-package-dependencies

delete some unused package dependencies
This commit is contained in:
Arya Irani 2021-07-15 16:41:13 -07:00 committed by GitHub
commit 52561397d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 4 additions and 80 deletions

View File

@ -6,21 +6,3 @@ library:
dependencies:
- base
- bytes
- bytestring
- containers
- extra
- here
- lens
- monad-validate
- mtl
- sqlite-simple
- text
- transformers
- unison-codebase
- unison-core
- unison-util
- unison-util-serialization
- unison-util-term
- unliftio
- vector

View File

@ -4,7 +4,7 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 3bad1e2687a54aa39423bfd2dc30d8c1ccc8a42b88eb9e10f78cb4c858e92340
-- hash: a62b0e8dbabe51c01ebc0871290e2427a734c0fbf9e78aee138b2bdad34d2704
name: unison-codebase-sync
version: 0.0.0
@ -25,22 +25,4 @@ library
./
build-depends:
base
, bytes
, bytestring
, containers
, extra
, here
, lens
, monad-validate
, mtl
, sqlite-simple
, text
, transformers
, unison-codebase
, unison-core
, unison-util
, unison-util-serialization
, unison-util-term
, unliftio
, vector
default-language: Haskell2010

View File

@ -7,7 +7,5 @@ library:
dependencies:
- base
- containers
- text
- vector
- prelude-extras # deprecated in favor of base
- unison-util

View File

@ -4,7 +4,7 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 0bf63b27f45cff424f3fe8db50af886c47b614dee705f88e4f95d96a91efe6b7
-- hash: f696d0f997ab3afba6494f5932ac232d27e77073a331ab64d3c8b7929d1deb3a
name: unison-core
version: 0.0.0
@ -27,8 +27,6 @@ library
build-depends:
base
, containers
, prelude-extras
, text
, unison-util
, vector
default-language: Haskell2010

View File

@ -8,10 +8,8 @@ dependencies:
- bytes
- bytestring
- containers
- extra
- filepath
- text
- text-short
- unliftio
- vector
- unison-util

View File

@ -4,7 +4,7 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: a3d15e9e483a852609dc7b9c2177cdb29eca32e730651dbbbaac7247b615774b
-- hash: 0dd31d457a6c3bc41017d163374947c1c31752279ce7ce77bc5772150101afe1
name: unison-util-serialization
version: 0.0.0
@ -22,11 +22,9 @@ library
, bytes
, bytestring
, containers
, extra
, filepath
, text
, text-short
, unison-util
, unliftio
, vector
default-language: Haskell2010

View File

@ -9,7 +9,6 @@ dependencies:
- bytestring
- containers
- cryptonite
- extra
- lens
- memory
- safe

View File

@ -4,7 +4,7 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: bc7f7157a2b554df63f114447a2a6798a365df3d483cec8e3b87c0770992ac36
-- hash: a8102baaf0e3fe04c94f0f13427e916237c029cf7554b4ca709684c48ff0b3b0
name: unison-util
version: 0.0.0
@ -41,7 +41,6 @@ library
, bytestring
, containers
, cryptonite
, extra
, lens
, memory
, safe

View File

@ -37,29 +37,22 @@ library:
- base16 >= 0.2.1.0
- base64-bytestring
- basement
- bifunctors
- bytes
- bytestring
- cereal
- containers >= 0.6.3
- comonad
- concurrent-supply
- configurator
- cryptonite
- data-default
- directory
- either
- fuzzyfind
- guid
- data-memocombinators
- edit-distance
- errors
- exceptions
- extra
- filepath
- filepattern
- fingertree
- free
- fsnotify
- generic-monoid
- hashable
@ -67,16 +60,13 @@ library:
- haskeline
- http-types
- http-media
- io-streams
- lens
- ListLike
- megaparsec >= 5.0.0 && < 7.0.0
- memory
- mmorph
- monad-loops
- monad-validate
- mtl
- murmur-hash
- mutable-containers
- natural-transformation
- network
@ -97,9 +87,7 @@ library:
- servant-docs
- servant-openapi3
- servant-server
- servant-auth-server
- shellmet
- split
- stm
- strings
- sqlite-simple
@ -111,11 +99,8 @@ library:
- tls
- transformers
- unliftio
- unliftio-core
- utf8-string
- util
- unicode-show
- validation
- vector
- wai
- warp

View File

@ -185,45 +185,35 @@ library
, base16 >=0.2.1.0
, base64-bytestring
, basement
, bifunctors
, bytes
, bytestring
, cereal
, comonad
, concurrent-supply
, configurator
, containers >=0.6.3
, cryptonite
, data-default
, data-memocombinators
, directory
, edit-distance
, either
, errors
, exceptions
, extra
, filepath
, filepattern
, fingertree
, free
, fsnotify
, fuzzyfind
, generic-monoid
, guid
, hashable
, hashtables
, haskeline
, http-media
, http-types
, io-streams
, lens
, megaparsec >=5.0.0 && <7.0.0
, memory
, mmorph
, monad-loops
, monad-validate
, mtl
, murmur-hash
, mutable-containers
, natural-transformation
, network
@ -241,12 +231,10 @@ library
, safe
, safe-exceptions
, servant
, servant-auth-server
, servant-docs
, servant-openapi3
, servant-server
, shellmet
, split
, sqlite-simple
, stm
, strings
@ -265,10 +253,7 @@ library
, unison-core1
, unison-util
, unliftio
, unliftio-core
, utf8-string
, util
, validation
, vector
, wai
, warp