witch 1.2.3.2 → 1.2.3.3
raw patch · 1 files changed
+4/−6 lines, 1 filesdep ~basedep ~template-haskell
Dependency ranges changed: base, template-haskell
Files
- witch.cabal +4/−6
witch.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: witch-version: 1.2.3.2+version: 1.2.3.3 synopsis: Convert values from one type into another. description: Witch converts values from one type into another. build-type: Simple@@ -22,7 +22,7 @@ manual: True common library- build-depends: base ^>=4.18.0.0 || ^>=4.19.0.0 || ^>=4.20.0.0+ build-depends: base ^>=4.19.0.0 || ^>=4.20.0.0 || ^>=4.21.0.0 build-depends: bytestring ^>=0.11.4.0 || ^>=0.12.0.2, containers ^>=0.6.7 || ^>=0.7,@@ -40,6 +40,7 @@ -Wno-missing-export-lists -Wno-missing-exported-signatures -Wno-missing-kind-signatures+ -Wno-missing-role-annotations -Wno-missing-safe-haskell-mode -Wno-prepositive-qualified-module -Wno-redundant-constraints@@ -50,9 +51,6 @@ ghc-options: -Werror - if impl(ghc >=9.8)- ghc-options: -Wno-missing-role-annotations- common executable import: library build-depends: witch@@ -63,7 +61,7 @@ library import: library build-depends:- template-haskell ^>=2.20.0.0 || ^>=2.21.0.0 || ^>=2.22.0.0+ template-haskell ^>=2.21.0.0 || ^>=2.22.0.0 || ^>=2.23.0.0 -- cabal-gild: discover source/library exposed-modules: