packages feed

imp 1.0.3.0 → 1.0.3.1

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~Cabal-syntaxdep ~basedep ~ghc

Dependency ranges changed: Cabal-syntax, base, ghc

Files

imp.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: imp-version: 1.0.3.0+version: 1.0.3.1 synopsis: A GHC plugin for automatically importing modules. description: Imp is a GHC plugin for automatically importing modules. category: Plugin@@ -20,7 +20,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   default-language: Haskell2010   ghc-options:     -Weverything@@ -46,10 +46,10 @@   import: library   autogen-modules: Paths_imp   build-depends:-    Cabal-syntax ^>=3.10.1.0 || ^>=3.12.0.0,+    Cabal-syntax ^>=3.10.1.0 || ^>=3.12.0.0 || ^>=3.14.0.0,     containers ^>=0.6.7 || ^>=0.7,     exceptions ^>=0.10.5,-    ghc ^>=9.6.1 || ^>=9.8.1 || ^>=9.10.1,+    ghc ^>=9.8.1 || ^>=9.10.1 || ^>=9.12.1,     transformers ^>=0.6.1,    -- cabal-gild: discover source/library