Skip to content

Commit

Permalink
Merge pull request #14 from rickowens/pr
Browse files Browse the repository at this point in the history
refactor: Upgrade dependency bounds.
  • Loading branch information
rickowens authored Jan 14, 2024
2 parents 4ba3938 + 74c4538 commit 934fc32
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 19 deletions.
14 changes: 5 additions & 9 deletions cabal.project.freeze
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ constraints: any.OneTuple ==0.4.1.1,
any.binary ==0.8.9.1,
any.bitvec ==1.1.5.0,
bitvec +simd,
any.bytestring ==0.11.5.3,
any.bytestring ==0.12.0.2,
any.comonad ==5.0.8,
comonad +containers +distributive +indexed-traversable,
any.conduit ==1.3.5,
Expand All @@ -37,9 +37,8 @@ constraints: any.OneTuple ==0.4.1.1,
dlist -werror,
any.easy-file ==0.2.5,
any.exceptions ==0.10.7,
any.fast-logger ==3.1.2,
any.filepath ==1.4.200.1,
filepath -cpphs,
any.fast-logger ==3.2.2,
any.filepath ==1.4.100.4,
any.generically ==0.1.1,
any.ghc-bignum ==1.3,
any.ghc-boot-th ==9.8.1,
Expand Down Expand Up @@ -88,12 +87,10 @@ constraints: any.OneTuple ==0.4.1.1,
any.streaming-commons ==0.2.2.6,
streaming-commons -use-bytestring-builder,
any.strict ==0.5,
any.system-cxx-std-lib ==1.0,
any.tagged ==0.8.8,
tagged +deepseq +transformers,
any.template-haskell ==2.21.0.0,
any.text ==2.1,
text -developer +simdutf,
any.text-iso8601 ==0.1,
any.text-short ==0.1.5,
text-short -asserts,
Expand All @@ -109,8 +106,7 @@ constraints: any.OneTuple ==0.4.1.1,
any.transformers-compat ==0.7.2,
transformers-compat -five +five-three -four +generic-deriving +mtl -three -two,
any.typed-process ==0.2.11.1,
any.unix ==2.8.5.0,
unix -os-string,
any.unix ==2.8.3.0,
any.unix-compat ==0.7.1,
unix-compat -old-time,
any.unix-time ==0.4.11,
Expand All @@ -126,4 +122,4 @@ constraints: any.OneTuple ==0.4.1.1,
any.witherable ==0.4.2,
any.zlib ==0.6.3.0,
zlib -bundled-c-zlib -non-blocking-ffi -pkg-config
index-state: hackage.haskell.org 2024-01-11T22:50:14Z
index-state: hackage.haskell.org 2024-01-14T02:56:25Z
20 changes: 10 additions & 10 deletions om-logging.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: om-logging
version: 1.1.0.7
version: 1.1.0.8
synopsis: Opinionated logging utilities.
description: A set of logging combinators for use with monad-logger.
homepage: https://github.com/owensmurray/om-logging
Expand All @@ -17,15 +17,15 @@ extra-source-files:

common dependencies
build-depends:
, aeson >= 2.0.3.0 && < 2.3
, base >= 4.15.1.0 && < 4.20
, bytestring >= 0.11.3.1 && < 0.12
, fast-logger >= 3.1.1 && < 3.2
, monad-logger >= 0.3.36 && < 0.4
, om-show >= 0.1.2.6 && < 0.2
, split >= 0.2.3.4 && < 0.3
, text >= 1.2.5.0 && < 2.2
, time >= 1.12.2 && < 1.13
, aeson >= 2.0.3.0 && < 2.3
, base >= 4.15.1.0 && < 4.20
, bytestring >= 0.11.3.1 && < 0.13
, fast-logger >= 3.1.1 && < 3.3
, monad-logger >= 0.3.36 && < 0.4
, om-show >= 0.1.2.6 && < 0.2
, split >= 0.2.3.4 && < 0.3
, text >= 1.2.5.0 && < 2.2
, time >= 1.12.2 && < 1.13

common warnings
ghc-options:
Expand Down

0 comments on commit 934fc32

Please sign in to comment.