intern 0.9.1.1 → 0.9.1.2
raw patch · 1 files changed
+6/−6 lines, 1 filesdep ~text
Dependency ranges changed: text
Files
- intern.cabal +6/−6
intern.cabal view
@@ -1,6 +1,6 @@ name: intern category: Data, Data Structures-version: 0.9.1.1+version: 0.9.1.2 license: BSD3 cabal-version: >= 1.6 license-file: LICENSE@@ -44,12 +44,12 @@ library build-depends:- base >= 4 && < 5,- bytestring >= 0.9 && < 0.11,- text == 0.11.*,- hashable >= 1.1 && < 1.3,+ base >= 4 && < 5,+ bytestring >= 0.9 && < 0.11,+ text >= 0.11 && < 1.2,+ hashable >= 1.1 && < 1.3, unordered-containers >= 0.2.1 && < 0.3,- array >= 0.3 && < 0.5+ array >= 0.3 && < 0.5 exposed-modules: Data.Interned