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 9122280 commit a269ff8Copy full SHA for a269ff8
structured-haskell-mode.cabal
@@ -1,5 +1,5 @@
1
name: structured-haskell-mode
2
-version: 1.0.12
+version: 1.0.13
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 && < 0.6
+ , descriptive >= 0.4 && < 0.7
0 commit comments