Skip to content

Commit

Permalink
dep bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronallen8455 committed Mar 3, 2024
1 parent 1c0b43b commit e25ecd0
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions hs-opentelemetry-instrumentation-auto.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0
name: hs-opentelemetry-instrumentation-auto
version: 0.1.0.0
synopsis: Instrument an application
synopsis: Plugin for instrumenting an application
-- description:
license: BSD-3-Clause
license-file: LICENSE
Expand All @@ -14,6 +14,9 @@ extra-doc-files:
CHANGELOG.md
README.md
extra-source-files: test-config.toml
tested-with:
GHC == 9.4.8
GHC == 9.6.2

common warnings
ghc-options: -Wall
Expand All @@ -31,17 +34,16 @@ library
-- other-extensions:
build-depends:
base >=4.17.0.0 && <4.20.0.0,
bytestring,
ghc >=9.4.0 && <9.9.0,
directory,
containers,
unliftio,
hs-opentelemetry-api,
syb,
text,
bytestring ^>= 0.11 || ^>= 0.12,
directory ^>= 1.3,
containers ^>= 0.6,
unliftio ^>= 0.2,
hs-opentelemetry-api ^>= 0.0.3 || ^>= 0.1,
text ^>= 2.0,
toml-parser >= 2.0.0.0 && < 3.0.0.0,
parsec,
time
parsec ^>= 3.1,
time ^>= 1.12
hs-source-dirs: src
default-language: GHC2021

Expand Down

0 comments on commit e25ecd0

Please sign in to comment.