We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86aad74 commit 9122280Copy full SHA for 9122280
structured-haskell-mode.cabal
@@ -1,5 +1,5 @@
1
name: structured-haskell-mode
2
-version: 1.0.11
+version: 1.0.12
3
synopsis: Structured editing Emacs mode for Haskell
4
description: Structured editing Emacs mode for Haskell.
5
homepage: https://github.com/chrisdone/structured-haskell-mode
@@ -44,4 +44,4 @@ executable structured-haskell-mode
44
build-depends: base >= 4 && < 5
45
, haskell-src-exts == 1.15.*
46
, text
47
- , descriptive == 0.4.*
+ , descriptive >= 0.4 && < 0.6
0 commit comments