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: dependencies:
- base - 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 -- see: https://github.com/sol/hpack
-- --
-- hash: 3bad1e2687a54aa39423bfd2dc30d8c1ccc8a42b88eb9e10f78cb4c858e92340 -- hash: a62b0e8dbabe51c01ebc0871290e2427a734c0fbf9e78aee138b2bdad34d2704
name: unison-codebase-sync name: unison-codebase-sync
version: 0.0.0 version: 0.0.0
@ -25,22 +25,4 @@ library
./ ./
build-depends: build-depends:
base 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 default-language: Haskell2010

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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