haskellish 0.3.2 → 0.3.2.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~template-haskelldep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: template-haskell, text
API changes (from Hackage documentation)
Files
- haskellish.cabal +3/−3
haskellish.cabal view
@@ -1,5 +1,5 @@ name: haskellish-version: 0.3.2+version: 0.3.2.1 synopsis: For parsing Haskell-ish languages homepage: http://github.com/dktr0/Haskellish license: BSD3@@ -30,9 +30,9 @@ base >=4.8 && <5 , haskell-src-exts >=1.17.1 && <1.24 , mtl >= 2.2.2 && <2.3- , template-haskell >= 2.10.0.0 && < 2.17+ , template-haskell >= 2.10.0.0 && < 2.20 , containers < 0.7- , text < 1.3+ , text < 2.1 source-repository head type: git