Skip to content

Commit

Permalink
Remove unnecessary dependency version specifications
Browse files Browse the repository at this point in the history
  • Loading branch information
a5ob7r committed Feb 18, 2024
1 parent 08849dc commit a42766f
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions haskellorls.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -109,30 +109,30 @@ library haskellorls-internal
StrictData

build-depends:
, bytestring ^>=0.11.3.1
, containers ^>=0.6.5
, data-default-class ^>=0.1.2
, directory ^>=1.3.8.0
, env-locale ^>=1.0.0.1
, extra ^>=1.7.10
, filepath >=1.4.100 && <1.4.200
, Glob ^>=0.10.2
, haskell-gettext ^>=0.1.2.0
, hostname ^>=1.0
, localeconv ^>=0.1.0.0
, microlens-mtl ^>=0.2.0.2
, microlens-th ^>=0.4.3.10
, mtl ^>=2.3.1
, natural-sort ^>=0.1.2
, bytestring
, containers
, data-default-class
, directory
, env-locale
, extra
, filepath >=1.4.100 && <1.4.200
, Glob
, haskell-gettext
, hostname
, localeconv
, microlens-mtl
, microlens-th
, mtl
, natural-sort
, optparse-applicative ^>=0.18.1
, safe-exceptions ^>=0.1.7
, setlocale ^>=1.0.0.10
, terminal-size ^>=0.3.2
, safe-exceptions
, setlocale
, terminal-size
, text >=2.0
, time ^>=1.12.2
, transformers ^>=0.6.1.0
, time
, transformers
, unix ^>=2.8
, witch >=1.1 && <1.3
, witch

if flag(selinux)
build-depends: selinux
Expand All @@ -154,8 +154,8 @@ test-suite test
hs-source-dirs: test
build-depends:
, haskellorls-internal
, QuickCheck ^>=2.14.2
, sydtest ^>=0.15.1.1
, QuickCheck
, sydtest
, time
, witch

Expand Down

0 comments on commit a42766f

Please sign in to comment.