packages feed

Cabal revisions of yi-mode-javascript-0.14.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
--- This file has been generated from package.yaml by hpack version 0.17.0.------ see: https://github.com/sol/hpack--name:           yi-mode-javascript-version:        0.14.0-synopsis:       Yi editor javascript mode-category:       Yi-homepage:       https://github.com/yi-editor/yi#readme-bug-reports:    https://github.com/yi-editor/yi/issues-maintainer:     Yi developers <yi-devel@googlegroups.com>-license:        GPL-2-build-type:     Simple-cabal-version:  >= 1.10--extra-source-files:-    src/Yi/Lexer/common.hsinc--source-repository head-  type: git-  location: https://github.com/yi-editor/yi--library-  hs-source-dirs:-      src-  ghc-options: -Wall -ferror-spans-  include-dirs:-      src/Yi/Lexer-  build-depends:-      base >= 4.8 && < 5-    , array-    , binary >= 0.7-    , data-default-    , dlist-    , filepath-    , microlens-platform-    , mtl-    , text-    , yi-core-    , yi-language-    , yi-rope-  build-tools:-      alex >= 3.0.3 && < 3.2.0 || >= 3.2.1-  exposed-modules:-      Yi.Config.Default.JavaScriptMode-      Yi.Mode.JavaScript-      Yi.Syntax.JavaScript-      Yi.Verifier.JavaScript-      Yi.Lexer.JavaScript-  other-modules:-      Paths_yi_mode_javascript-  default-language: Haskell2010+-- This file has been generated from package.yaml by hpack version 0.17.0.
+--
+-- see: https://github.com/sol/hpack
+
+name:           yi-mode-javascript
+version:        0.14.0
+x-revision: 1
+synopsis:       Yi editor javascript mode
+category:       Yi
+homepage:       https://github.com/yi-editor/yi#readme
+bug-reports:    https://github.com/yi-editor/yi/issues
+maintainer:     Yi developers <yi-devel@googlegroups.com>
+license:        GPL-2
+build-type:     Simple
+cabal-version:  >= 1.10
+
+extra-source-files:
+    src/Yi/Lexer/common.hsinc
+
+source-repository head
+  type: git
+  location: https://github.com/yi-editor/yi
+
+library
+  hs-source-dirs:
+      src
+  ghc-options: -Wall -ferror-spans
+  include-dirs:
+      src/Yi/Lexer
+  build-depends:
+      base >= 4.9 && < 5
+        -- GHC 7.10 needs dependencies semigroups and fail
+    , array
+    , binary >= 0.7
+    , data-default
+    , dlist
+    , filepath
+    , microlens-platform
+    , mtl
+    , text
+    , yi-core
+    , yi-language
+    , yi-rope
+  build-tools:
+      alex >= 3.0.3 && < 3.2.0 || >= 3.2.1
+  exposed-modules:
+      Yi.Config.Default.JavaScriptMode
+      Yi.Mode.JavaScript
+      Yi.Syntax.JavaScript
+      Yi.Verifier.JavaScript
+      Yi.Lexer.JavaScript
+  other-modules:
+      Paths_yi_mode_javascript
+  default-language: Haskell2010