packages feed

Cabal revisions of ghc-mod-5.4.0.0

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

revision 1
   of implementing them on top of the library.    For more information, please see its home page.+X-Revision:             1  Category:               GHC, Development Cabal-Version:          >= 1.14                         Language.Haskell.GhcMod.World   Other-Modules:        Paths_ghc_mod                         Utils-  Build-Depends:        base >= 4.0 && < 5-                      , bytestring-                      , cereal >= 0.4-                      , containers-                      , cabal-helper == 0.6.* && >= 0.6.0.0-                      , deepseq-                      , directory-                      , filepath-                      , ghc-                      , ghc-paths-                      , ghc-syb-utils-                      , hlint >= 1.8.61-                      , monad-journal >= 0.4-                      , old-time-                      , pretty-                      , process-                      , syb-                      , temporary-                      , time-                      , transformers-                      , transformers-base-                      , mtl >= 2.0-                      , monad-control >= 1-                      , split-                      , haskell-src-exts-                      , text-                      , djinn-ghc >= 0.0.2.2-                      , fclabels == 2.0.*-                      , extra == 1.4.*-                      , pipes == 4.1.*+  Build-Depends:        base              < 5 && >= 4.0+                      , bytestring        < 0.11+                      , cereal            < 0.6 && >= 0.4+                      , containers        < 0.6+                      , cabal-helper      < 0.7 && >= 0.6.1.0+                      , deepseq           < 1.5+                      , directory         < 1.3+                      , filepath          < 1.5+                      , ghc               < 7.11+                      , ghc-paths         < 0.2+                      , ghc-syb-utils     < 0.3+                      , hlint             < 1.10 && >= 1.8.61+                      , monad-journal     < 0.8 && >= 0.4+                      , old-time          < 1.2+                      , pretty            < 1.2+                      , process           < 1.3+                      , syb               < 0.7+                      , temporary         < 1.3+                      , time              < 1.6+                      , transformers      < 0.5+                      , transformers-base < 0.5+                      , mtl               < 2.3 && >= 2.0+                      , monad-control     < 1.1 && >= 1+                      , split             < 0.3+                      , haskell-src-exts  < 1.17+                      , text              < 1.3+                      , djinn-ghc         < 0.1 && >= 0.0.2.2+                      , fclabels          == 2.0.*+                      , extra             == 1.4.*+                      , pipes             == 4.1.*   if impl(ghc < 7.8)     Build-Depends:      convertible   if impl(ghc < 7.5)   GHC-Options:          -Wall -fno-warn-deprecations -threaded   Default-Extensions:   ConstraintKinds, FlexibleContexts   HS-Source-Dirs:       src-  Build-Depends:        base >= 4.0 && < 5-                      , async-                      , directory-                      , filepath-                      , pretty-                      , process-                      , split-                      , mtl >= 2.0-                      , ghc+  Build-Depends:        base      < 5 && >= 4.0+                      , async     < 2.1+                      , directory < 1.3+                      , filepath  < 1.5+                      , pretty    < 1.2+                      , process   < 1.3+                      , split     < 0.3+                      , mtl       < 2.3 && >= 2.0+                      , ghc       < 7.11+                      , fclabels  ==2.0.*                       , ghc-mod-                      , fclabels == 2.0.*  Executable ghc-modi   Default-Language:     Haskell2010       Cpp-Options:      -DWINDOWS   Default-Extensions:   ConstraintKinds, FlexibleContexts   HS-Source-Dirs:       src, .-  Build-Depends:        base >= 4.0 && < 5-                      , directory-                      , filepath-                      , process-                      , time-                      , old-time+  Build-Depends:        base      < 5 && >= 4.0+                      , directory < 1.3+                      , filepath  < 1.5+                      , process   < 1.3+                      , old-time  < 1.2+                      , time      < 1.6  Test-Suite doctest   Type:                 exitcode-stdio-1.0
revision 2
+X-Revision: 2 Name:                   ghc-mod Version:                5.4.0.0 Author:                 Kazu Yamamoto <kazu@iij.ad.jp>,   of implementing them on top of the library.    For more information, please see its home page.-X-Revision:             1  Category:               GHC, Development Cabal-Version:          >= 1.14                         Utils   Build-Depends:        base              < 5 && >= 4.0                       , bytestring        < 0.11-                      , cereal            < 0.6 && >= 0.4+                      , cereal            < 0.5 && >= 0.4                       , containers        < 0.6                       , cabal-helper      < 0.7 && >= 0.6.1.0                       , deepseq           < 1.5                       , split     < 0.3                       , mtl       < 2.3 && >= 2.0                       , ghc       < 7.11-                      , fclabels  ==2.0.*+                      , fclabels  == 2.0.*                       , ghc-mod  Executable ghc-modi   if impl(ghc == 7.4.*)     Buildable:          False   Build-Depends:        base-                      , doctest >= 0.9.3+                      , doctest < 0.10.1 && >= 0.9.3  Test-Suite spec   Default-Language:     Haskell2010                         HomeModuleGraphSpec                         FileMappingSpec -  Build-Depends:        hspec >= 2.0.0+  Build-Depends:        hspec < 2.3 && >= 2.0.0   if impl(ghc == 7.4.*)     Build-Depends:     executable-path   X-Build-Depends-Like: CLibName
revision 3
-X-Revision: 2+X-Revision: 3 Name:                   ghc-mod Version:                5.4.0.0 Author:                 Kazu Yamamoto <kazu@iij.ad.jp>,   if impl(ghc == 7.4.*)     Buildable:          False   Build-Depends:        base-                      , doctest < 0.10.1 && >= 0.9.3+                      , doctest < 0.11 && >= 0.9.3  Test-Suite spec   Default-Language:     Haskell2010
revision 4
-X-Revision: 3+X-Revision: 4 Name:                   ghc-mod Version:                5.4.0.0 Author:                 Kazu Yamamoto <kazu@iij.ad.jp>,                       , mtl               < 2.3 && >= 2.0                       , monad-control     < 1.1 && >= 1                       , split             < 0.3-                      , haskell-src-exts  < 1.17+                      , haskell-src-exts  < 1.18                       , text              < 1.3                       , djinn-ghc         < 0.1 && >= 0.0.2.2                       , fclabels          == 2.0.*
revision 5
-X-Revision: 4+X-Revision: 5 Name:                   ghc-mod Version:                5.4.0.0 Author:                 Kazu Yamamoto <kazu@iij.ad.jp>,                         Language.Haskell.GhcMod.World   Other-Modules:        Paths_ghc_mod                         Utils-  Build-Depends:        base              < 5 && >= 4.0+  Build-Depends:        base              < 5    && >= 4.0                       , bytestring        < 0.11-                      , cereal            < 0.5 && >= 0.4+                      , cereal            < 0.5  && >= 0.4                       , containers        < 0.6-                      , cabal-helper      < 0.7 && >= 0.6.1.0+                      , cabal-helper      < 0.7  && >= 0.6.1.0                       , deepseq           < 1.5                       , directory         < 1.3                       , filepath          < 1.5-                      , ghc               < 7.11-                      , ghc-paths         < 0.2-                      , ghc-syb-utils     < 0.3+                      , ghc               < 7.11 && >= 7.4+                      , ghc-paths         < 0.2  && >= 0.1.0.9+                      , ghc-syb-utils     < 0.3  && >= 0.2.3                       , hlint             < 1.10 && >= 1.8.61-                      , monad-journal     < 0.8 && >= 0.4+                      , monad-journal     < 0.8  && >= 0.4                       , old-time          < 1.2                       , pretty            < 1.2                       , process           < 1.3-                      , syb               < 0.7-                      , temporary         < 1.3+                      , syb               < 0.7  && >= 0.5.1+                      , temporary         < 1.3  && >= 1.2.0.3                       , time              < 1.6                       , transformers      < 0.5-                      , transformers-base < 0.5-                      , mtl               < 2.3 && >= 2.0-                      , monad-control     < 1.1 && >= 1-                      , split             < 0.3-                      , haskell-src-exts  < 1.18-                      , text              < 1.3-                      , djinn-ghc         < 0.1 && >= 0.0.2.2+                      , transformers-base < 0.5  && >= 0.4.4+                      , mtl               < 2.3  && >= 2.0+                      , monad-control     < 1.1  && >= 1+                      , split             < 0.3  && >= 0.2.2+                      , haskell-src-exts  < 1.18 && >= 1.16.0.1+                      , text              < 1.3  && >= 1.2.1.3+                      , djinn-ghc         < 0.1  && >= 0.0.2.2                       , fclabels          == 2.0.*                       , extra             == 1.4.*                       , pipes             == 4.1.*+   if impl(ghc < 7.8)-    Build-Depends:      convertible+    Build-Depends:      convertible       < 1.2  && >= 1.1.0.0   if impl(ghc < 7.5)     -- Only used to constrain random to a version that still works with GHC 7.4     Build-Depends:      random <= 1.0.1.1,   GHC-Options:          -Wall -fno-warn-deprecations -threaded   Default-Extensions:   ConstraintKinds, FlexibleContexts   HS-Source-Dirs:       src-  Build-Depends:        base      < 5 && >= 4.0-                      , async     < 2.1-                      , directory < 1.3-                      , filepath  < 1.5-                      , pretty    < 1.2-                      , process   < 1.3-                      , split     < 0.3-                      , mtl       < 2.3 && >= 2.0-                      , ghc       < 7.11-                      , fclabels  == 2.0.*+  Build-Depends:        base              < 5    && >= 4.0+                      , async             < 2.1  && >= 2.0.2+                      , directory         < 1.3+                      , filepath          < 1.5+                      , pretty            < 1.2+                      , process           < 1.3+                      , split             < 0.3  && >= 0.2.2+                      , mtl               < 2.3  && >= 2.0+                      , ghc               < 7.11 && >= 7.4+                      , fclabels          == 2.0.*                       , ghc-mod  Executable ghc-modi                         PathsAndFilesSpec                         HomeModuleGraphSpec                         FileMappingSpec--  Build-Depends:        hspec < 2.3 && >= 2.0.0+  Build-Depends:        hspec             < 2.3  && >= 2.0.0   if impl(ghc == 7.4.*)-    Build-Depends:     executable-path+    Build-Depends:     executable-path    < 0.1  && >= 0.0.3   X-Build-Depends-Like: CLibName