packages feed

Cabal revisions of intero-0.1.18

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

revision 1
-name:-  intero-version:-  0.1.18-synopsis:-  Complete interactive development program for Haskell-license:-  BSD3-homepage:-  https://github.com/commercialhaskell/intero-license-file:-  LICENSE-author:-  Chris Done, The University of Glasgow-maintainer:-  chrisdone@fpcomplete.com-copyright:-  2016 FP Complete,-  2016 Chris Done,-  2012 Kazu Yamamoto,-  2008 Claus Reinke,-  2005 The University of Glasgow-category:-  Development-build-type:-  Simple-cabal-version:-  >= 1.14-stability:-  Stable-extra-source-files:-  cbits/HsVersions.h-  cbits/PosixSource.h-  CHANGELOG-  README.md-data-files:-  elisp/*.el-source-repository head-  type:-    git-  location:-    git://github.com/commercialhaskell/intero.git--executable intero-  default-language:-    Haskell2010-  main-is:-    Main.hs-  ghc-options:-    -Wall -O2 -threaded -rtsopts-  include-dirs:-    cbits/-  hs-source-dirs:-    src/-  c-sources:-    cbits/hschooks.c-  cpp-options:-    -DGHCI-  other-modules:-    InteractiveUI-    GhciMonad-    GhciTags-    GhciTypes-    GhciInfo-    GhciFind-  build-depends:-    base < 5,-    array,-    bytestring,-    directory,-    filepath,-    ghc >= 7.8 && <= 8.0.1,-    ghc-paths,-    haskeline,-    process,-    transformers,-    syb,-    containers,-    time--  if impl(ghc>=8.0.1)-    build-depends:-      ghci,-      ghc-boot-th--  if os(windows)-    build-depends:-      Win32-  else-    build-depends:-      unix-    ghc-options:-      -dynamic--test-suite intero-test-  default-language:-    Haskell2010-  type:-    exitcode-stdio-1.0-  hs-source-dirs:-    src/test-  main-is:-    Main.hs-  build-depends:-    base,-    hspec,-    temporary,-    process,-    transformers,-    directory,-    regex-compat+name:
+  intero
+version:  0.1.18
+x-revision: 1
+
+synopsis:
+  Complete interactive development program for Haskell
+license:
+  BSD3
+homepage:
+  https://github.com/commercialhaskell/intero
+license-file:
+  LICENSE
+author:
+  Chris Done, The University of Glasgow
+maintainer:
+  chrisdone@fpcomplete.com
+copyright:
+  2016 FP Complete,
+  2016 Chris Done,
+  2012 Kazu Yamamoto,
+  2008 Claus Reinke,
+  2005 The University of Glasgow
+category:
+  Development
+build-type:
+  Simple
+cabal-version:
+  >= 1.14
+stability:
+  Stable
+extra-source-files:
+  cbits/HsVersions.h
+  cbits/PosixSource.h
+  CHANGELOG
+  README.md
+data-files:
+  elisp/*.el
+source-repository head
+  type:
+    git
+  location:
+    git://github.com/commercialhaskell/intero.git
+
+executable intero
+  default-language:
+    Haskell2010
+  main-is:
+    Main.hs
+  ghc-options:
+    -Wall -O2 -threaded -rtsopts
+  include-dirs:
+    cbits/
+  hs-source-dirs:
+    src/
+  c-sources:
+    cbits/hschooks.c
+  cpp-options:
+    -DGHCI
+  other-modules:
+    InteractiveUI
+    GhciMonad
+    GhciTags
+    GhciTypes
+    GhciInfo
+    GhciFind
+  build-depends:
+    base < 5,
+    array,
+    bytestring,
+    directory,
+    filepath,
+    ghc >= 7.8 && < 8.0.2,
+    ghc-paths,
+    haskeline,
+    process,
+    transformers,
+    syb,
+    containers,
+    time
+
+  if impl(ghc>=8.0.1)
+    build-depends:
+      ghci,
+      ghc-boot-th
+
+  if os(windows)
+    build-depends:
+      Win32
+  else
+    build-depends:
+      unix
+    ghc-options:
+      -dynamic
+
+test-suite intero-test
+  default-language:
+    Haskell2010
+  type:
+    exitcode-stdio-1.0
+  hs-source-dirs:
+    src/test
+  main-is:
+    Main.hs
+  build-depends:
+    base,
+    hspec,
+    temporary,
+    process,
+    transformers,
+    directory,
+    regex-compat