Skip to content

Commit

Permalink
chore: Precise dependency constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
414owen committed Nov 12, 2023
1 parent 0ada240 commit c9e86f2
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pandoc-builder-monadic.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ extra-doc-files: CHANGELOG.md
tested-with: GHC==9.6.2, GHC==9.4.5, GHC==9.2.8, GHC==8.0.2

common warnings
ghc-options: -Wall
ghc-options: -Wall -Wextra -Wunused-packages

library
import: warnings
Expand All @@ -21,11 +21,10 @@ library
, Text.Pandoc.Builder.Monadic.Verbatim
, Text.Pandoc.Builder.Monadic.Utils
, Text.Pandoc.Builder.Monadic.Internal
build-depends: base >=4.9.0.0 && < 5
, containers
, dlist ^>= 1.0
, mtl
build-depends: base >=4.9.0.0 && <5
, dlist >=0.2 && <2
, mtl >=1.1.0.0 && <3
, pandoc-types >= 1.21 && < 2
, text
, text >=0.2 && <3
hs-source-dirs: src
default-language: Haskell2010

0 comments on commit c9e86f2

Please sign in to comment.