hackage-meta: Add lower and upper bound to non boot packages
This commit is contained in:
parent
7cb3c94e0b
commit
27feb31e18
@ -89,34 +89,34 @@ Library
|
||||
Language.Haskell.GhcMod.Target
|
||||
Language.Haskell.GhcMod.Types
|
||||
Language.Haskell.GhcMod.Utils
|
||||
Build-Depends: base >= 4.0 && < 5
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, containers
|
||||
, deepseq
|
||||
, directory
|
||||
, filepath
|
||||
, ghc >= 7.4 && < 7.10
|
||||
, ghc-paths
|
||||
, ghc-syb-utils
|
||||
, hlint >= 1.8.61
|
||||
, io-choice
|
||||
, monad-journal >= 0.2.2.0
|
||||
, ghc < 7.10 && >= 7.4
|
||||
, ghc-paths < 0.2 && >= 0.1.0.9
|
||||
, ghc-syb-utils < 0.3 && >= 0.2.1.2
|
||||
, hlint < 1.9 && >= 1.8.61
|
||||
, io-choice < 0.1 && >= 0.0.5
|
||||
, monad-journal < 0.3 && >= 0.2.2.0
|
||||
, old-time
|
||||
, process
|
||||
, syb
|
||||
, syb < 0.5 && >= 0.4.2
|
||||
, time
|
||||
, transformers
|
||||
, transformers-base
|
||||
, mtl >= 2.0
|
||||
, monad-control
|
||||
, split
|
||||
, haskell-src-exts
|
||||
, text
|
||||
, djinn-ghc >= 0.0.2.2
|
||||
, transformers-base < 0.5 && >= 0.4.3
|
||||
, mtl < 2.1 && >= 2.0
|
||||
, monad-control < 0.4 && >= 0.3.3.0
|
||||
, split < 0.3 && >= 0.2.2
|
||||
, haskell-src-exts < 1.16 && >= 1.15.0.1
|
||||
, text < 1.2 && >= 1.1.1.3
|
||||
, djinn-ghc < 0.1 && >= 0.0.2.2
|
||||
if impl(ghc >= 7.8)
|
||||
Build-Depends: Cabal >= 1.18
|
||||
Build-Depends: Cabal < 1.20 && >= 1.18
|
||||
else
|
||||
Build-Depends: convertible
|
||||
, Cabal >= 1.10 && < 1.17
|
||||
Build-Depends: convertible < 1.2 && >= 1.1.0.0
|
||||
, Cabal < 1.17 && >= 1.10
|
||||
|
||||
Executable ghc-mod
|
||||
Default-Language: Haskell2010
|
||||
@ -125,11 +125,11 @@ Executable ghc-mod
|
||||
GHC-Options: -Wall
|
||||
Default-Extensions: ConstraintKinds, FlexibleContexts
|
||||
HS-Source-Dirs: src
|
||||
Build-Depends: base >= 4.0 && < 5
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, directory
|
||||
, filepath
|
||||
, mtl >= 2.0
|
||||
, ghc >= 7.4 && < 7.10
|
||||
, mtl < 2.1 && >= 2.0
|
||||
, ghc < 7.10 && >= 7.4
|
||||
, ghc-mod
|
||||
|
||||
Executable ghc-modi
|
||||
@ -140,12 +140,12 @@ Executable ghc-modi
|
||||
GHC-Options: -Wall -threaded
|
||||
Default-Extensions: ConstraintKinds, FlexibleContexts
|
||||
HS-Source-Dirs: src
|
||||
Build-Depends: base >= 4.0 && < 5
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, containers
|
||||
, directory
|
||||
, filepath
|
||||
, split
|
||||
, ghc >= 7.4 && < 7.10
|
||||
, split < 0.3 && >= 0.2.2
|
||||
, ghc < 7.10 && >= 7.4
|
||||
, ghc-mod
|
||||
|
||||
Test-Suite doctest
|
||||
@ -155,8 +155,8 @@ Test-Suite doctest
|
||||
Ghc-Options: -Wall
|
||||
Default-Extensions: ConstraintKinds, FlexibleContexts
|
||||
Main-Is: doctests.hs
|
||||
Build-Depends: base
|
||||
, doctest >= 0.9.3
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, doctest < 0.10 && >= 0.9.3
|
||||
|
||||
Test-Suite spec
|
||||
Default-Language: Haskell2010
|
||||
@ -178,37 +178,37 @@ Test-Suite spec
|
||||
MonadSpec
|
||||
GhcPkgSpec
|
||||
TestUtils
|
||||
Build-Depends: base >= 4.0 && < 5
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, containers
|
||||
, deepseq
|
||||
, directory
|
||||
, filepath
|
||||
, ghc >= 7.4 && < 7.10
|
||||
, ghc-paths
|
||||
, ghc-syb-utils
|
||||
, hlint >= 1.7.1
|
||||
, io-choice
|
||||
, monad-journal >= 0.2.2.0
|
||||
, ghc < 7.10 && >= 7.4
|
||||
, ghc-paths < 0.2 && >= 0.1.0.9
|
||||
, ghc-syb-utils < 0.3 && >= 0.2.1.2
|
||||
, hlint < 1.9 && >= 1.8.61
|
||||
, io-choice < 0.1 && >= 0.0.5
|
||||
, monad-journal < 0.3 && >= 0.2.2.0
|
||||
, old-time
|
||||
, process
|
||||
, syb
|
||||
, syb < 0.5 && >= 0.4.2
|
||||
, time
|
||||
, transformers
|
||||
, transformers-base
|
||||
, mtl >= 2.0
|
||||
, monad-control
|
||||
, transformers-base < 0.5 && >= 0.4.3
|
||||
, mtl < 2.1 && >= 2.0
|
||||
, monad-control < 0.4 && >= 0.3.3.0
|
||||
, hspec >= 1.8.2
|
||||
, split
|
||||
, haskell-src-exts
|
||||
, text
|
||||
, djinn-ghc >= 0.0.2.2
|
||||
, split < 0.3 && >= 0.2.2
|
||||
, haskell-src-exts < 1.16 && >= 1.15.0.1
|
||||
, text < 1.2 && >= 1.1.1.3
|
||||
, djinn-ghc < 0.1 && >= 0.0.2.2
|
||||
if impl(ghc >= 7.8)
|
||||
Build-Depends: Cabal >= 1.18
|
||||
Build-Depends: Cabal < 1.20 && >= 1.18
|
||||
else
|
||||
Build-Depends: convertible
|
||||
, Cabal >= 1.10 && < 1.17
|
||||
Build-Depends: convertible < 1.2 && >= 1.1.0.0
|
||||
, Cabal < 1.17 && >= 1.10
|
||||
if impl(ghc < 7.6)
|
||||
Build-Depends: executable-path
|
||||
Build-Depends: executable-path < 0.1 && >= 0.0.3
|
||||
CPP-Options: -DSPEC=1
|
||||
|
||||
Source-Repository head
|
||||
|
@ -1,3 +1,4 @@
|
||||
X-Revision: 1
|
||||
Name: ghc-mod
|
||||
Version: 5.0.1.1
|
||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||
@ -89,38 +90,39 @@ Library
|
||||
Language.Haskell.GhcMod.Target
|
||||
Language.Haskell.GhcMod.Types
|
||||
Language.Haskell.GhcMod.Utils
|
||||
Build-Depends: base >= 4.0 && < 5
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, containers
|
||||
, deepseq
|
||||
, directory
|
||||
, filepath
|
||||
, ghc >= 7.4 && < 7.10
|
||||
, ghc-paths
|
||||
, ghc-syb-utils
|
||||
, hlint >= 1.8.61
|
||||
, io-choice
|
||||
, monad-journal >= 0.2.2.0
|
||||
, ghc < 7.10 && >= 7.4
|
||||
, ghc-paths < 0.2 && >= 0.1.0.9
|
||||
, ghc-syb-utils < 0.3 && >= 0.2.1.2
|
||||
, hlint < 1.9 && >= 1.8.61
|
||||
, io-choice < 0.1 && >= 0.0.5
|
||||
, monad-journal < 0.3 && >= 0.2.2.0
|
||||
, old-time
|
||||
, process
|
||||
, syb
|
||||
, syb < 0.5 && >= 0.4.2
|
||||
, time
|
||||
, transformers
|
||||
, transformers-base
|
||||
, mtl >= 2.0
|
||||
, monad-control
|
||||
, split
|
||||
, haskell-src-exts
|
||||
, text
|
||||
, djinn-ghc >= 0.0.2.2
|
||||
, transformers-base < 0.5 && >= 0.4.3
|
||||
, mtl < 2.1 && >= 2.0
|
||||
, monad-control < 0.4 && >= 0.3.3.0
|
||||
, split < 0.3 && >= 0.2.2
|
||||
, haskell-src-exts < 1.16 && >= 1.15.0.1
|
||||
, text < 1.2 && >= 1.1.1.3
|
||||
, djinn-ghc < 0.1 && >= 0.0.2.2
|
||||
if impl(ghc >= 7.8)
|
||||
Build-Depends: Cabal >= 1.18
|
||||
Build-Depends: Cabal < 1.20 && >= 1.18
|
||||
else
|
||||
Build-Depends: convertible
|
||||
, Cabal >= 1.10 && < 1.17
|
||||
Build-Depends: convertible < 1.2 && >= 1.1.0.0
|
||||
, Cabal < 1.17 && >= 1.10
|
||||
if impl(ghc <= 7.4.2)
|
||||
-- Only used to constrain random to a version that still works with GHC 7.4
|
||||
Build-Depends: random <= 1.0.1.1
|
||||
|
||||
|
||||
Executable ghc-mod
|
||||
Default-Language: Haskell2010
|
||||
Main-Is: GHCMod.hs
|
||||
@ -128,11 +130,11 @@ Executable ghc-mod
|
||||
GHC-Options: -Wall
|
||||
Default-Extensions: ConstraintKinds, FlexibleContexts
|
||||
HS-Source-Dirs: src
|
||||
Build-Depends: base >= 4.0 && < 5
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, directory
|
||||
, filepath
|
||||
, mtl >= 2.0
|
||||
, ghc >= 7.4 && < 7.10
|
||||
, mtl < 2.1 && >= 2.0
|
||||
, ghc < 7.10 && >= 7.4
|
||||
, ghc-mod
|
||||
|
||||
Executable ghc-modi
|
||||
@ -143,12 +145,12 @@ Executable ghc-modi
|
||||
GHC-Options: -Wall -threaded
|
||||
Default-Extensions: ConstraintKinds, FlexibleContexts
|
||||
HS-Source-Dirs: src
|
||||
Build-Depends: base >= 4.0 && < 5
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, containers
|
||||
, directory
|
||||
, filepath
|
||||
, split
|
||||
, ghc >= 7.4 && < 7.10
|
||||
, split < 0.3 && >= 0.2.2
|
||||
, ghc < 7.10 && >= 7.4
|
||||
, ghc-mod
|
||||
|
||||
Test-Suite doctest
|
||||
@ -158,8 +160,8 @@ Test-Suite doctest
|
||||
Ghc-Options: -Wall
|
||||
Default-Extensions: ConstraintKinds, FlexibleContexts
|
||||
Main-Is: doctests.hs
|
||||
Build-Depends: base
|
||||
, doctest >= 0.9.3
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, doctest < 0.10 && >= 0.9.3
|
||||
|
||||
Test-Suite spec
|
||||
Default-Language: Haskell2010
|
||||
@ -181,37 +183,37 @@ Test-Suite spec
|
||||
MonadSpec
|
||||
GhcPkgSpec
|
||||
TestUtils
|
||||
Build-Depends: base >= 4.0 && < 5
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, containers
|
||||
, deepseq
|
||||
, directory
|
||||
, filepath
|
||||
, ghc >= 7.4 && < 7.10
|
||||
, ghc-paths
|
||||
, ghc-syb-utils
|
||||
, hlint >= 1.7.1
|
||||
, io-choice
|
||||
, monad-journal >= 0.2.2.0
|
||||
, ghc < 7.10 && >= 7.4
|
||||
, ghc-paths < 0.2 && >= 0.1.0.9
|
||||
, ghc-syb-utils < 0.3 && >= 0.2.1.2
|
||||
, hlint < 1.9 && >= 1.8.61
|
||||
, io-choice < 0.1 && >= 0.0.5
|
||||
, monad-journal < 0.3 && >= 0.2.2.0
|
||||
, old-time
|
||||
, process
|
||||
, syb
|
||||
, syb < 0.5 && >= 0.4.2
|
||||
, time
|
||||
, transformers
|
||||
, transformers-base
|
||||
, mtl >= 2.0
|
||||
, monad-control
|
||||
, hspec >= 1.8.2
|
||||
, split
|
||||
, haskell-src-exts
|
||||
, text
|
||||
, djinn-ghc >= 0.0.2.2
|
||||
, transformers-base < 0.5 && >= 0.4.3
|
||||
, mtl < 2.1 && >= 2.0
|
||||
, monad-control < 0.4 && >= 0.3.3.0
|
||||
, hspec < 1.9 && >= 1.8.2
|
||||
, split < 0.3 && >= 0.2.2
|
||||
, haskell-src-exts < 1.16 && >= 1.15.0.1
|
||||
, text < 1.2 && >= 1.1.1.3
|
||||
, djinn-ghc < 0.1 && >= 0.0.2.2
|
||||
if impl(ghc >= 7.8)
|
||||
Build-Depends: Cabal >= 1.18
|
||||
Build-Depends: Cabal < 1.20 && >= 1.18
|
||||
else
|
||||
Build-Depends: convertible
|
||||
, Cabal >= 1.10 && < 1.17
|
||||
Build-Depends: convertible < 1.2 && >= 1.1.0.0
|
||||
, Cabal < 1.17 && >= 1.10
|
||||
if impl(ghc < 7.6)
|
||||
Build-Depends: executable-path
|
||||
Build-Depends: executable-path < 0.1 && >= 0.0.3
|
||||
CPP-Options: -DSPEC=1
|
||||
|
||||
Source-Repository head
|
||||
|
@ -1,3 +1,4 @@
|
||||
X-Revision: 1
|
||||
Name: ghc-mod
|
||||
Version: 5.0.1.2
|
||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||
@ -89,38 +90,39 @@ Library
|
||||
Language.Haskell.GhcMod.Target
|
||||
Language.Haskell.GhcMod.Types
|
||||
Language.Haskell.GhcMod.Utils
|
||||
Build-Depends: base >= 4.0 && < 5
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, containers
|
||||
, deepseq
|
||||
, directory
|
||||
, filepath
|
||||
, ghc >= 7.4 && < 7.10
|
||||
, ghc-paths
|
||||
, ghc-syb-utils
|
||||
, hlint >= 1.8.61
|
||||
, io-choice
|
||||
, monad-journal >= 0.2.2.0
|
||||
, ghc < 7.10 && >= 7.4
|
||||
, ghc-paths < 0.2 && >= 0.1.0.9
|
||||
, ghc-syb-utils < 0.3 && >= 0.2.1.2
|
||||
, hlint < 1.9 && >= 1.8.61
|
||||
, io-choice < 0.1 && >= 0.0.5
|
||||
, monad-journal < 0.3 && >= 0.2.2.0
|
||||
, old-time
|
||||
, process
|
||||
, syb
|
||||
, syb < 0.5 && >= 0.4.2
|
||||
, time
|
||||
, transformers
|
||||
, transformers-base
|
||||
, mtl >= 2.0
|
||||
, monad-control
|
||||
, split
|
||||
, haskell-src-exts
|
||||
, text
|
||||
, djinn-ghc >= 0.0.2.2
|
||||
, transformers-base < 0.5 && >= 0.4.3
|
||||
, mtl < 2.1 && >= 2.0
|
||||
, monad-control < 0.4 && >= 0.3.3.0
|
||||
, split < 0.3 && >= 0.2.2
|
||||
, haskell-src-exts < 1.16 && >= 1.15.0.1
|
||||
, text < 1.2 && >= 1.1.1.3
|
||||
, djinn-ghc < 0.1 && >= 0.0.2.2
|
||||
if impl(ghc >= 7.8)
|
||||
Build-Depends: Cabal >= 1.18
|
||||
Build-Depends: Cabal < 1.20 && >= 1.18
|
||||
else
|
||||
Build-Depends: convertible
|
||||
, Cabal >= 1.10 && < 1.17
|
||||
Build-Depends: convertible < 1.2 && >= 1.1.0.0
|
||||
, Cabal < 1.17 && >= 1.10
|
||||
if impl(ghc <= 7.4.2)
|
||||
-- Only used to constrain random to a version that still works with GHC 7.4
|
||||
Build-Depends: random <= 1.0.1.1
|
||||
|
||||
|
||||
Executable ghc-mod
|
||||
Default-Language: Haskell2010
|
||||
Main-Is: GHCMod.hs
|
||||
@ -128,11 +130,11 @@ Executable ghc-mod
|
||||
GHC-Options: -Wall
|
||||
Default-Extensions: ConstraintKinds, FlexibleContexts
|
||||
HS-Source-Dirs: src
|
||||
Build-Depends: base >= 4.0 && < 5
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, directory
|
||||
, filepath
|
||||
, mtl >= 2.0
|
||||
, ghc >= 7.4 && < 7.10
|
||||
, mtl < 2.1 && >= 2.0
|
||||
, ghc < 7.10 && >= 7.4
|
||||
, ghc-mod
|
||||
|
||||
Executable ghc-modi
|
||||
@ -143,12 +145,12 @@ Executable ghc-modi
|
||||
GHC-Options: -Wall -threaded
|
||||
Default-Extensions: ConstraintKinds, FlexibleContexts
|
||||
HS-Source-Dirs: src
|
||||
Build-Depends: base >= 4.0 && < 5
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, containers
|
||||
, directory
|
||||
, filepath
|
||||
, split
|
||||
, ghc >= 7.4 && < 7.10
|
||||
, split < 0.3 && >= 0.2.2
|
||||
, ghc < 7.10 && >= 7.4
|
||||
, ghc-mod
|
||||
|
||||
Test-Suite doctest
|
||||
@ -158,8 +160,8 @@ Test-Suite doctest
|
||||
Ghc-Options: -Wall
|
||||
Default-Extensions: ConstraintKinds, FlexibleContexts
|
||||
Main-Is: doctests.hs
|
||||
Build-Depends: base
|
||||
, doctest >= 0.9.3
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, doctest < 0.10 && >= 0.9.3
|
||||
|
||||
Test-Suite spec
|
||||
Default-Language: Haskell2010
|
||||
@ -181,37 +183,37 @@ Test-Suite spec
|
||||
MonadSpec
|
||||
GhcPkgSpec
|
||||
TestUtils
|
||||
Build-Depends: base >= 4.0 && < 5
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, containers
|
||||
, deepseq
|
||||
, directory
|
||||
, filepath
|
||||
, ghc >= 7.4 && < 7.10
|
||||
, ghc-paths
|
||||
, ghc-syb-utils
|
||||
, hlint >= 1.7.1
|
||||
, io-choice
|
||||
, monad-journal >= 0.2.2.0
|
||||
, ghc < 7.10 && >= 7.4
|
||||
, ghc-paths < 0.2 && >= 0.1.0.9
|
||||
, ghc-syb-utils < 0.3 && >= 0.2.1.2
|
||||
, hlint < 1.9 && >= 1.8.61
|
||||
, io-choice < 0.1 && >= 0.0.5
|
||||
, monad-journal < 0.3 && >= 0.2.2.0
|
||||
, old-time
|
||||
, process
|
||||
, syb
|
||||
, syb < 0.5 && >= 0.4.2
|
||||
, time
|
||||
, transformers
|
||||
, transformers-base
|
||||
, mtl >= 2.0
|
||||
, monad-control
|
||||
, hspec >= 1.8.2
|
||||
, split
|
||||
, haskell-src-exts
|
||||
, text
|
||||
, djinn-ghc >= 0.0.2.2
|
||||
, transformers-base < 0.5 && >= 0.4.3
|
||||
, mtl < 2.1 && >= 2.0
|
||||
, monad-control < 0.4 && >= 0.3.3.0
|
||||
, hspec < 1.9 && >= 1.8.2
|
||||
, split < 0.3 && >= 0.2.2
|
||||
, haskell-src-exts < 1.16 && >= 1.15.0.1
|
||||
, text < 1.2 && >= 1.1.1.3
|
||||
, djinn-ghc < 0.1 && >= 0.0.2.2
|
||||
if impl(ghc >= 7.8)
|
||||
Build-Depends: Cabal >= 1.18
|
||||
Build-Depends: Cabal < 1.20 && >= 1.18
|
||||
else
|
||||
Build-Depends: convertible
|
||||
, Cabal >= 1.10 && < 1.17
|
||||
Build-Depends: convertible < 1.2 && >= 1.1.0.0
|
||||
, Cabal < 1.17 && >= 1.10
|
||||
if impl(ghc < 7.6)
|
||||
Build-Depends: executable-path
|
||||
Build-Depends: executable-path < 0.1 && >= 0.0.3
|
||||
CPP-Options: -DSPEC=1
|
||||
|
||||
Source-Repository head
|
||||
|
@ -1,3 +1,4 @@
|
||||
X-Revision: 1
|
||||
Name: ghc-mod
|
||||
Version: 5.0.1
|
||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||
@ -88,34 +89,34 @@ Library
|
||||
Language.Haskell.GhcMod.Target
|
||||
Language.Haskell.GhcMod.Types
|
||||
Language.Haskell.GhcMod.Utils
|
||||
Build-Depends: base >= 4.0 && < 5
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, containers
|
||||
, deepseq
|
||||
, directory
|
||||
, filepath
|
||||
, ghc >= 7.4 && < 7.10
|
||||
, ghc-paths
|
||||
, ghc-syb-utils
|
||||
, hlint >= 1.8.61
|
||||
, io-choice
|
||||
, monad-journal >= 0.2.2.0
|
||||
, ghc < 7.10 && >= 7.4
|
||||
, ghc-paths < 0.2 && >= 0.1.0.9
|
||||
, ghc-syb-utils < 0.3 && >= 0.2.1.2
|
||||
, hlint < 1.9 && >= 1.8.61
|
||||
, io-choice < 0.1 && >= 0.0.5
|
||||
, monad-journal < 0.3 && >= 0.2.2.0
|
||||
, old-time
|
||||
, process
|
||||
, syb
|
||||
, syb < 0.5 && >= 0.4.2
|
||||
, time
|
||||
, transformers
|
||||
, transformers-base
|
||||
, mtl >= 2.0
|
||||
, monad-control
|
||||
, split
|
||||
, haskell-src-exts
|
||||
, text
|
||||
, djinn-ghc >= 0.0.2.2
|
||||
, transformers-base < 0.5 && >= 0.4.3
|
||||
, mtl < 2.1 && >= 2.0
|
||||
, monad-control < 0.4 && >= 0.3.3.0
|
||||
, split < 0.3 && >= 0.2.2
|
||||
, haskell-src-exts < 1.16 && >= 1.15.0.1
|
||||
, text < 1.2 && >= 1.1.1.3
|
||||
, djinn-ghc < 0.1 && >= 0.0.2.2
|
||||
if impl(ghc >= 7.8)
|
||||
Build-Depends: Cabal >= 1.18
|
||||
Build-Depends: Cabal < 1.20 && >= 1.18
|
||||
else
|
||||
Build-Depends: convertible
|
||||
, Cabal >= 1.10 && < 1.17
|
||||
Build-Depends: convertible < 1.2 && >= 1.1.0.0
|
||||
, Cabal < 1.17 && >= 1.10
|
||||
|
||||
Executable ghc-mod
|
||||
Default-Language: Haskell2010
|
||||
@ -124,11 +125,11 @@ Executable ghc-mod
|
||||
GHC-Options: -Wall
|
||||
Default-Extensions: ConstraintKinds, FlexibleContexts
|
||||
HS-Source-Dirs: src
|
||||
Build-Depends: base >= 4.0 && < 5
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, directory
|
||||
, filepath
|
||||
, mtl >= 2.0
|
||||
, ghc >= 7.4 && < 7.10
|
||||
, mtl < 2.1 && >= 2.0
|
||||
, ghc < 7.10 && >= 7.4
|
||||
, ghc-mod
|
||||
|
||||
Executable ghc-modi
|
||||
@ -139,12 +140,12 @@ Executable ghc-modi
|
||||
GHC-Options: -Wall -threaded
|
||||
Default-Extensions: ConstraintKinds, FlexibleContexts
|
||||
HS-Source-Dirs: src
|
||||
Build-Depends: base >= 4.0 && < 5
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, containers
|
||||
, directory
|
||||
, filepath
|
||||
, split
|
||||
, ghc >= 7.4 && < 7.10
|
||||
, split < 0.3 && >= 0.2.2
|
||||
, ghc < 7.10 && >= 7.4
|
||||
, ghc-mod
|
||||
|
||||
Test-Suite doctest
|
||||
@ -154,8 +155,8 @@ Test-Suite doctest
|
||||
Ghc-Options: -Wall
|
||||
Default-Extensions: ConstraintKinds, FlexibleContexts
|
||||
Main-Is: doctests.hs
|
||||
Build-Depends: base
|
||||
, doctest >= 0.9.3
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, doctest < 0.10 && >= 0.9.3
|
||||
|
||||
Test-Suite spec
|
||||
Default-Language: Haskell2010
|
||||
@ -177,37 +178,37 @@ Test-Suite spec
|
||||
MonadSpec
|
||||
GhcPkgSpec
|
||||
TestUtils
|
||||
Build-Depends: base >= 4.0 && < 5
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, containers
|
||||
, deepseq
|
||||
, directory
|
||||
, filepath
|
||||
, ghc >= 7.4 && < 7.10
|
||||
, ghc-paths
|
||||
, ghc-syb-utils
|
||||
, hlint >= 1.7.1
|
||||
, io-choice
|
||||
, monad-journal >= 0.2.2.0
|
||||
, ghc < 7.10 && >= 7.4
|
||||
, ghc-paths < 0.2 && >= 0.1.0.9
|
||||
, ghc-syb-utils < 0.3 && >= 0.2.1.2
|
||||
, hlint < 1.9 && >= 1.8.61
|
||||
, io-choice < 0.1 && >= 0.0.5
|
||||
, monad-journal < 0.3 && >= 0.2.2.0
|
||||
, old-time
|
||||
, process
|
||||
, syb
|
||||
, syb < 0.5 && >= 0.4.2
|
||||
, time
|
||||
, transformers
|
||||
, transformers-base
|
||||
, mtl >= 2.0
|
||||
, monad-control
|
||||
, hspec >= 1.8.2
|
||||
, split
|
||||
, haskell-src-exts
|
||||
, text
|
||||
, djinn-ghc >= 0.0.2.2
|
||||
, transformers-base < 0.5 && >= 0.4.3
|
||||
, mtl < 2.1 && >= 2.0
|
||||
, monad-control < 0.4 && >= 0.3.3.0
|
||||
, hspec < 1.9 && >= 1.8.2
|
||||
, split < 0.3 && >= 0.2.2
|
||||
, haskell-src-exts < 1.16 && >= 1.15.0.1
|
||||
, text < 1.2 && >= 1.1.1.3
|
||||
, djinn-ghc < 0.1 && >= 0.0.2.2
|
||||
if impl(ghc >= 7.8)
|
||||
Build-Depends: Cabal >= 1.18
|
||||
Build-Depends: Cabal < 1.20 && >= 1.18
|
||||
else
|
||||
Build-Depends: convertible
|
||||
, Cabal >= 1.10 && < 1.17
|
||||
Build-Depends: convertible < 1.2 && >= 1.1.0.0
|
||||
, Cabal < 1.17 && >= 1.10
|
||||
if impl(ghc < 7.6)
|
||||
Build-Depends: executable-path
|
||||
Build-Depends: executable-path < 0.1 && >= 0.0.3
|
||||
CPP-Options: -DSPEC=1
|
||||
|
||||
Source-Repository head
|
||||
|
@ -1,3 +1,4 @@
|
||||
X-Revision: 1
|
||||
Name: ghc-mod
|
||||
Version: 5.1.0.0
|
||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||
@ -94,38 +95,39 @@ Library
|
||||
Language.Haskell.GhcMod.Target
|
||||
Language.Haskell.GhcMod.Types
|
||||
Language.Haskell.GhcMod.Utils
|
||||
Build-Depends: base >= 4.0 && < 5
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, containers
|
||||
, deepseq
|
||||
, directory
|
||||
, filepath
|
||||
, ghc >= 7.4 && < 7.10
|
||||
, ghc-paths
|
||||
, ghc-syb-utils
|
||||
, hlint >= 1.8.61
|
||||
, io-choice
|
||||
, monad-journal >= 0.2.2.0 && < 0.2.3.2
|
||||
, ghc < 7.10 && >= 7.4
|
||||
, ghc-paths < 0.2 && >= 0.1.0.9
|
||||
, ghc-syb-utils < 0.3 && >= 0.2.2
|
||||
, hlint < 1.9 && >= 1.8.61
|
||||
, io-choice < 0.1 && >= 0.0.5
|
||||
, monad-journal < 0.2.3.2 && >= 0.2.2.0
|
||||
, old-time
|
||||
, process
|
||||
, syb
|
||||
, syb < 0.5 && >= 0.4.2
|
||||
, time
|
||||
, transformers
|
||||
, transformers-base
|
||||
, mtl >= 2.0
|
||||
, monad-control
|
||||
, split
|
||||
, haskell-src-exts
|
||||
, text
|
||||
, djinn-ghc >= 0.0.2.2
|
||||
, transformers-base < 0.5 && >= 0.4.3
|
||||
, mtl < 2.1 && >= 2.0
|
||||
, monad-control < 0.4 && >= 0.3.3.0
|
||||
, split < 0.3 && >= 0.2.2
|
||||
, haskell-src-exts < 1.16 && >= 1.15.0.1
|
||||
, text < 1.3 && >= 1.2.0.0
|
||||
, djinn-ghc < 0.1 && >= 0.0.2.2
|
||||
if impl(ghc >= 7.8)
|
||||
Build-Depends: Cabal >= 1.18
|
||||
Build-Depends: Cabal < 1.20 && >= 1.18
|
||||
else
|
||||
Build-Depends: convertible
|
||||
, Cabal >= 1.10 && < 1.17
|
||||
Build-Depends: convertible < 1.2 && >= 1.1.0.0
|
||||
, Cabal < 1.17 && >= 1.10
|
||||
if impl(ghc <= 7.4.2)
|
||||
-- Only used to constrain random to a version that still works with GHC 7.4
|
||||
Build-Depends: random <= 1.0.1.1
|
||||
|
||||
|
||||
Executable ghc-mod
|
||||
Default-Language: Haskell2010
|
||||
Main-Is: GHCMod.hs
|
||||
@ -133,11 +135,11 @@ Executable ghc-mod
|
||||
GHC-Options: -Wall
|
||||
Default-Extensions: ConstraintKinds, FlexibleContexts
|
||||
HS-Source-Dirs: src
|
||||
Build-Depends: base >= 4.0 && < 5
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, directory
|
||||
, filepath
|
||||
, mtl >= 2.0
|
||||
, ghc >= 7.4 && < 7.10
|
||||
, mtl < 2.1 && >= 2.0
|
||||
, ghc < 7.10 && >= 7.4
|
||||
, ghc-mod
|
||||
|
||||
Executable ghc-modi
|
||||
@ -148,13 +150,13 @@ Executable ghc-modi
|
||||
GHC-Options: -Wall -threaded
|
||||
Default-Extensions: ConstraintKinds, FlexibleContexts
|
||||
HS-Source-Dirs: src
|
||||
Build-Depends: base >= 4.0 && < 5
|
||||
, async
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, async < 2.1 && >= 2.0.1.6
|
||||
, containers
|
||||
, directory
|
||||
, filepath
|
||||
, split
|
||||
, ghc >= 7.4 && < 7.10
|
||||
, split < 0.3 && >= 0.2.2
|
||||
, ghc < 7.10 && >= 7.4
|
||||
, ghc-mod
|
||||
|
||||
Test-Suite doctest
|
||||
@ -164,8 +166,8 @@ Test-Suite doctest
|
||||
Ghc-Options: -Wall
|
||||
Default-Extensions: ConstraintKinds, FlexibleContexts
|
||||
Main-Is: doctests.hs
|
||||
Build-Depends: base
|
||||
, doctest >= 0.9.3
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, doctest < 0.10 && >= 0.9.3
|
||||
|
||||
Test-Suite spec
|
||||
Default-Language: Haskell2010
|
||||
@ -187,37 +189,37 @@ Test-Suite spec
|
||||
MonadSpec
|
||||
GhcPkgSpec
|
||||
TestUtils
|
||||
Build-Depends: base >= 4.0 && < 5
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, containers
|
||||
, deepseq
|
||||
, directory
|
||||
, filepath
|
||||
, ghc >= 7.4 && < 7.10
|
||||
, ghc-paths
|
||||
, ghc-syb-utils
|
||||
, hlint >= 1.7.1
|
||||
, io-choice
|
||||
, monad-journal >= 0.2.2.0 && < 0.2.3.2
|
||||
, ghc < 7.10 && >= 7.4
|
||||
, ghc-paths < 0.2 && >= 0.1.0.9
|
||||
, ghc-syb-utils < 0.1 && >= 0.0.5
|
||||
, hlint < 1.9 && >= 1.8.61
|
||||
, io-choice < 0.1 && >= 0.0.5
|
||||
, monad-journal < 0.2.3.2 && >= 0.2.2.0
|
||||
, old-time
|
||||
, process
|
||||
, syb
|
||||
, syb < 0.5 && >= 0.4.2
|
||||
, time
|
||||
, transformers
|
||||
, transformers-base
|
||||
, mtl >= 2.0
|
||||
, monad-control
|
||||
, hspec >= 1.8.2
|
||||
, split
|
||||
, haskell-src-exts
|
||||
, text
|
||||
, djinn-ghc >= 0.0.2.2
|
||||
, transformers-base < 0.5 && >= 0.4.3
|
||||
, mtl < 2.1 && >= 2.0
|
||||
, monad-control < 0.4 && >= 0.3.3.0
|
||||
, hspec < 1.9 && >= 1.8.2
|
||||
, split < 0.3 && >= 0.2.2
|
||||
, haskell-src-exts < 1.16 && >= 1.15.0.1
|
||||
, text < 1.3 && >= 1.2.0.0
|
||||
, djinn-ghc < 0.1 && >= 0.0.2.2
|
||||
if impl(ghc >= 7.8)
|
||||
Build-Depends: Cabal >= 1.18
|
||||
Build-Depends: Cabal < 1.20 && >= 1.18
|
||||
else
|
||||
Build-Depends: convertible
|
||||
, Cabal >= 1.10 && < 1.17
|
||||
Build-Depends: convertible < 1.2 && >= 1.1.0.0
|
||||
, Cabal < 1.17 && >= 1.10
|
||||
if impl(ghc < 7.6)
|
||||
Build-Depends: executable-path
|
||||
Build-Depends: executable-path < 0.1 && >= 0.0.3
|
||||
CPP-Options: -DSPEC=1
|
||||
|
||||
Source-Repository head
|
||||
|
@ -1,3 +1,4 @@
|
||||
X-Revision: 1
|
||||
Name: ghc-mod
|
||||
Version: 5.1.0.1
|
||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||
@ -94,38 +95,39 @@ Library
|
||||
Language.Haskell.GhcMod.Target
|
||||
Language.Haskell.GhcMod.Types
|
||||
Language.Haskell.GhcMod.Utils
|
||||
Build-Depends: base >= 4.0 && < 5
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, containers
|
||||
, deepseq
|
||||
, directory
|
||||
, filepath
|
||||
, ghc >= 7.4 && < 7.10
|
||||
, ghc-paths
|
||||
, ghc-syb-utils
|
||||
, hlint >= 1.8.61
|
||||
, io-choice
|
||||
, monad-journal >= 0.4
|
||||
, ghc < 7.10 && >= 7.4
|
||||
, ghc-paths < 0.2 && >= 0.1.0.9
|
||||
, ghc-syb-utils < 0.3 && >= 0.2.2
|
||||
, hlint < 1.9 && >= 1.8.61
|
||||
, io-choice < 0.1 && >= 0.0.5
|
||||
, monad-journal < 0.5 && >= 0.4
|
||||
, old-time
|
||||
, process
|
||||
, syb
|
||||
, syb < 0.5 && >= 0.4.2
|
||||
, time
|
||||
, transformers
|
||||
, transformers-base
|
||||
, mtl >= 2.0
|
||||
, monad-control
|
||||
, split
|
||||
, haskell-src-exts
|
||||
, text
|
||||
, djinn-ghc >= 0.0.2.2
|
||||
, transformers-base < 0.5 && >= 0.4.3
|
||||
, mtl < 2.1 && >= 2.0
|
||||
, monad-control < 0.4 && >= 0.3.3.0
|
||||
, split < 0.3 && >= 0.2.2
|
||||
, haskell-src-exts < 1.16 && >= 1.15.0.1
|
||||
, text < 1.3 && >= 1.2.0.0
|
||||
, djinn-ghc < 0.1 && >= 0.0.2.2
|
||||
if impl(ghc >= 7.8)
|
||||
Build-Depends: Cabal >= 1.18
|
||||
Build-Depends: Cabal < 1.20 && >= 1.18
|
||||
else
|
||||
Build-Depends: convertible
|
||||
, Cabal >= 1.10 && < 1.17
|
||||
Build-Depends: convertible < 1.2 && >= 1.1.0.0
|
||||
, Cabal < 1.17 && >= 1.10
|
||||
if impl(ghc <= 7.4.2)
|
||||
-- Only used to constrain random to a version that still works with GHC 7.4
|
||||
Build-Depends: random <= 1.0.1.1
|
||||
|
||||
|
||||
Executable ghc-mod
|
||||
Default-Language: Haskell2010
|
||||
Main-Is: GHCMod.hs
|
||||
@ -133,11 +135,11 @@ Executable ghc-mod
|
||||
GHC-Options: -Wall
|
||||
Default-Extensions: ConstraintKinds, FlexibleContexts
|
||||
HS-Source-Dirs: src
|
||||
Build-Depends: base >= 4.0 && < 5
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, directory
|
||||
, filepath
|
||||
, mtl >= 2.0
|
||||
, ghc >= 7.4 && < 7.10
|
||||
, mtl < 2.1 && >= 2.0
|
||||
, ghc < 7.10 && >= 7.4
|
||||
, ghc-mod
|
||||
|
||||
Executable ghc-modi
|
||||
@ -148,13 +150,13 @@ Executable ghc-modi
|
||||
GHC-Options: -Wall -threaded
|
||||
Default-Extensions: ConstraintKinds, FlexibleContexts
|
||||
HS-Source-Dirs: src
|
||||
Build-Depends: base >= 4.0 && < 5
|
||||
, async
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, async < 2.1 && >= 2.0.1.6
|
||||
, containers
|
||||
, directory
|
||||
, filepath
|
||||
, split
|
||||
, ghc >= 7.4 && < 7.10
|
||||
, split < 0.3 && >= 0.2.2
|
||||
, ghc < 7.10 && >= 7.4
|
||||
, ghc-mod
|
||||
|
||||
Test-Suite doctest
|
||||
@ -164,8 +166,8 @@ Test-Suite doctest
|
||||
Ghc-Options: -Wall
|
||||
Default-Extensions: ConstraintKinds, FlexibleContexts
|
||||
Main-Is: doctests.hs
|
||||
Build-Depends: base
|
||||
, doctest >= 0.9.3
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, doctest < 0.10 && >= 0.9.3
|
||||
|
||||
Test-Suite spec
|
||||
Default-Language: Haskell2010
|
||||
@ -187,37 +189,37 @@ Test-Suite spec
|
||||
MonadSpec
|
||||
GhcPkgSpec
|
||||
TestUtils
|
||||
Build-Depends: base >= 4.0 && < 5
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, containers
|
||||
, deepseq
|
||||
, directory
|
||||
, filepath
|
||||
, ghc >= 7.4 && < 7.10
|
||||
, ghc-paths
|
||||
, ghc-syb-utils
|
||||
, hlint >= 1.7.1
|
||||
, io-choice
|
||||
, monad-journal >= 0.4
|
||||
, ghc < 7.10 && >= 7.4
|
||||
, ghc-paths < 0.2 && >= 0.1.0.9
|
||||
, ghc-syb-utils < 0.1 && >= 0.0.5
|
||||
, hlint < 1.9 && >= 1.8.61
|
||||
, io-choice < 0.1 && >= 0.0.5
|
||||
, monad-journal < 0.5 && >= 0.4
|
||||
, old-time
|
||||
, process
|
||||
, syb
|
||||
, syb < 0.5 && >= 0.4.2
|
||||
, time
|
||||
, transformers
|
||||
, transformers-base
|
||||
, mtl >= 2.0
|
||||
, monad-control
|
||||
, hspec >= 1.8.2
|
||||
, split
|
||||
, haskell-src-exts
|
||||
, text
|
||||
, djinn-ghc >= 0.0.2.2
|
||||
, transformers-base < 0.5 && >= 0.4.3
|
||||
, mtl < 2.1 && >= 2.0
|
||||
, monad-control < 0.4 && >= 0.3.3.0
|
||||
, hspec < 1.9 && >= 1.8.2
|
||||
, split < 0.3 && >= 0.2.2
|
||||
, haskell-src-exts < 1.16 && >= 1.15.0.1
|
||||
, text < 1.3 && >= 1.2.0.0
|
||||
, djinn-ghc < 0.1 && >= 0.0.2.2
|
||||
if impl(ghc >= 7.8)
|
||||
Build-Depends: Cabal >= 1.18
|
||||
Build-Depends: Cabal < 1.20 && >= 1.18
|
||||
else
|
||||
Build-Depends: convertible
|
||||
, Cabal >= 1.10 && < 1.17
|
||||
Build-Depends: convertible < 1.2 && >= 1.1.0.0
|
||||
, Cabal < 1.17 && >= 1.10
|
||||
if impl(ghc < 7.6)
|
||||
Build-Depends: executable-path
|
||||
Build-Depends: executable-path < 0.1 && >= 0.0.3
|
||||
CPP-Options: -DSPEC=1
|
||||
|
||||
Source-Repository head
|
||||
|
@ -1,3 +1,4 @@
|
||||
X-Revision: 1
|
||||
Name: ghc-mod
|
||||
Version: 5.1.0.2
|
||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||
@ -94,38 +95,39 @@ Library
|
||||
Language.Haskell.GhcMod.Target
|
||||
Language.Haskell.GhcMod.Types
|
||||
Language.Haskell.GhcMod.Utils
|
||||
Build-Depends: base >= 4.0 && < 5
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, containers
|
||||
, deepseq
|
||||
, directory
|
||||
, filepath
|
||||
, ghc >= 7.4 && < 7.10
|
||||
, ghc-paths
|
||||
, ghc-syb-utils
|
||||
, hlint >= 1.8.61
|
||||
, io-choice
|
||||
, monad-journal >= 0.4
|
||||
, ghc < 7.10 && >= 7.4
|
||||
, ghc-paths < 0.2 && >= 0.1.0.9
|
||||
, ghc-syb-utils < 0.3 && >= 0.2.2
|
||||
, hlint < 1.9 && >= 1.8.61
|
||||
, io-choice < 0.1 && >= 0.0.5
|
||||
, monad-journal < 0.5 && >= 0.4
|
||||
, old-time
|
||||
, process
|
||||
, syb
|
||||
, syb < 0.5 && >= 0.4.2
|
||||
, time
|
||||
, transformers
|
||||
, transformers-base
|
||||
, mtl >= 2.0
|
||||
, monad-control
|
||||
, split
|
||||
, haskell-src-exts
|
||||
, text
|
||||
, djinn-ghc >= 0.0.2.2
|
||||
, transformers-base < 0.5 && >= 0.4.3
|
||||
, mtl < 2.1 && >= 2.0
|
||||
, monad-control < 0.4 && >= 0.3.3.0
|
||||
, split < 0.3 && >= 0.2.2
|
||||
, haskell-src-exts < 1.16 && >= 1.15.0.1
|
||||
, text < 1.3 && >= 1.2.0.0
|
||||
, djinn-ghc < 0.1 && >= 0.0.2.2
|
||||
if impl(ghc >= 7.8)
|
||||
Build-Depends: Cabal >= 1.18
|
||||
Build-Depends: Cabal < 1.20 && >= 1.18
|
||||
else
|
||||
Build-Depends: convertible
|
||||
, Cabal >= 1.10 && < 1.17
|
||||
Build-Depends: convertible < 1.2 && >= 1.1.0.0
|
||||
, Cabal < 1.17 && >= 1.10
|
||||
if impl(ghc <= 7.4.2)
|
||||
-- Only used to constrain random to a version that still works with GHC 7.4
|
||||
Build-Depends: random <= 1.0.1.1
|
||||
|
||||
|
||||
Executable ghc-mod
|
||||
Default-Language: Haskell2010
|
||||
Main-Is: GHCMod.hs
|
||||
@ -133,11 +135,11 @@ Executable ghc-mod
|
||||
GHC-Options: -Wall
|
||||
Default-Extensions: ConstraintKinds, FlexibleContexts
|
||||
HS-Source-Dirs: src
|
||||
Build-Depends: base >= 4.0 && < 5
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, directory
|
||||
, filepath
|
||||
, mtl >= 2.0
|
||||
, ghc >= 7.4 && < 7.10
|
||||
, mtl < 2.1 && >= 2.0
|
||||
, ghc < 7.10 && >= 7.4
|
||||
, ghc-mod
|
||||
|
||||
Executable ghc-modi
|
||||
@ -148,13 +150,13 @@ Executable ghc-modi
|
||||
GHC-Options: -Wall -threaded
|
||||
Default-Extensions: ConstraintKinds, FlexibleContexts
|
||||
HS-Source-Dirs: src
|
||||
Build-Depends: base >= 4.0 && < 5
|
||||
, async
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, async < 2.1 && >= 2.0.1.6
|
||||
, containers
|
||||
, directory
|
||||
, filepath
|
||||
, split
|
||||
, ghc >= 7.4 && < 7.10
|
||||
, split < 0.3 && >= 0.2.2
|
||||
, ghc < 7.10 && >= 7.4
|
||||
, ghc-mod
|
||||
|
||||
Test-Suite doctest
|
||||
@ -164,8 +166,8 @@ Test-Suite doctest
|
||||
Ghc-Options: -Wall
|
||||
Default-Extensions: ConstraintKinds, FlexibleContexts
|
||||
Main-Is: doctests.hs
|
||||
Build-Depends: base
|
||||
, doctest >= 0.9.3
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, doctest < 0.10 && >= 0.9.3
|
||||
|
||||
Test-Suite spec
|
||||
Default-Language: Haskell2010
|
||||
@ -187,37 +189,37 @@ Test-Suite spec
|
||||
MonadSpec
|
||||
GhcPkgSpec
|
||||
TestUtils
|
||||
Build-Depends: base >= 4.0 && < 5
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, containers
|
||||
, deepseq
|
||||
, directory
|
||||
, filepath
|
||||
, ghc >= 7.4 && < 7.10
|
||||
, ghc-paths
|
||||
, ghc-syb-utils
|
||||
, hlint >= 1.7.1
|
||||
, io-choice
|
||||
, monad-journal >= 0.4
|
||||
, ghc < 7.10 && >= 7.4
|
||||
, ghc-paths < 0.2 && >= 0.1.0.9
|
||||
, ghc-syb-utils < 0.1 && >= 0.0.5
|
||||
, hlint < 1.9 && >= 1.8.61
|
||||
, io-choice < 0.1 && >= 0.0.5
|
||||
, monad-journal < 0.5 && >= 0.4
|
||||
, old-time
|
||||
, process
|
||||
, syb
|
||||
, syb < 0.5 && >= 0.4.2
|
||||
, time
|
||||
, transformers
|
||||
, transformers-base
|
||||
, mtl >= 2.0
|
||||
, monad-control
|
||||
, hspec >= 1.8.2
|
||||
, split
|
||||
, haskell-src-exts
|
||||
, text
|
||||
, djinn-ghc >= 0.0.2.2
|
||||
, transformers-base < 0.5 && >= 0.4.3
|
||||
, mtl < 2.1 && >= 2.0
|
||||
, monad-control < 0.4 && >= 0.3.3.0
|
||||
, hspec < 1.9 && >= 1.8.2
|
||||
, split < 0.3 && >= 0.2.2
|
||||
, haskell-src-exts < 1.16 && >= 1.15.0.1
|
||||
, text < 1.3 && >= 1.2.0.0
|
||||
, djinn-ghc < 0.1 && >= 0.0.2.2
|
||||
if impl(ghc >= 7.8)
|
||||
Build-Depends: Cabal >= 1.18
|
||||
Build-Depends: Cabal < 1.20 && >= 1.18
|
||||
else
|
||||
Build-Depends: convertible
|
||||
, Cabal >= 1.10 && < 1.17
|
||||
Build-Depends: convertible < 1.2 && >= 1.1.0.0
|
||||
, Cabal < 1.17 && >= 1.10
|
||||
if impl(ghc < 7.6)
|
||||
Build-Depends: executable-path
|
||||
Build-Depends: executable-path < 0.1 && >= 0.0.3
|
||||
CPP-Options: -DSPEC=1
|
||||
|
||||
Source-Repository head
|
||||
|
@ -1,3 +1,4 @@
|
||||
X-Revision: 1
|
||||
Name: ghc-mod
|
||||
Version: 5.1.1.0
|
||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||
@ -94,35 +95,35 @@ Library
|
||||
Language.Haskell.GhcMod.Target
|
||||
Language.Haskell.GhcMod.Types
|
||||
Language.Haskell.GhcMod.Utils
|
||||
Build-Depends: base >= 4.0 && < 5
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, containers
|
||||
, deepseq
|
||||
, directory
|
||||
, filepath
|
||||
, ghc >= 7.4 && < 7.10
|
||||
, ghc-paths
|
||||
, ghc-syb-utils
|
||||
, hlint >= 1.8.61
|
||||
, io-choice
|
||||
, monad-journal >= 0.4
|
||||
, ghc < 7.10 && >= 7.4
|
||||
, ghc-paths < 0.2 && >= 0.1.0.9
|
||||
, ghc-syb-utils < 0.3 && >= 0.2.2
|
||||
, hlint < 1.9 && >= 1.8.61
|
||||
, io-choice < 0.1 && >= 0.0.5
|
||||
, monad-journal < 0.5 && >= 0.4
|
||||
, old-time
|
||||
, pretty
|
||||
, process
|
||||
, syb
|
||||
, syb < 0.5 && >= 0.4.2
|
||||
, time
|
||||
, transformers
|
||||
, transformers-base
|
||||
, mtl >= 2.0
|
||||
, monad-control
|
||||
, split
|
||||
, haskell-src-exts
|
||||
, text
|
||||
, djinn-ghc >= 0.0.2.2
|
||||
, transformers-base < 0.5 && >= 0.4.3
|
||||
, mtl < 2.1 && >= 2.0
|
||||
, monad-control < 0.4 && >= 0.3.3.0
|
||||
, split < 0.3 && >= 0.2.2
|
||||
, haskell-src-exts < 1.17 && >= 1.16.0
|
||||
, text < 1.3 && >= 1.2.0.0
|
||||
, djinn-ghc < 0.1 && >= 0.0.2.2
|
||||
if impl(ghc >= 7.8)
|
||||
Build-Depends: Cabal >= 1.18
|
||||
Build-Depends: Cabal < 1.20 && >= 1.18
|
||||
else
|
||||
Build-Depends: convertible
|
||||
, Cabal >= 1.10 && < 1.17
|
||||
Build-Depends: convertible < 1.2 && >= 1.1.0.0
|
||||
, Cabal < 1.17 && >= 1.10
|
||||
if impl(ghc <= 7.4.2)
|
||||
-- Only used to constrain random to a version that still works with GHC 7.4
|
||||
Build-Depends: random <= 1.0.1.1
|
||||
@ -134,8 +135,8 @@ Executable ghc-mod
|
||||
GHC-Options: -Wall
|
||||
Default-Extensions: ConstraintKinds, FlexibleContexts
|
||||
HS-Source-Dirs: src
|
||||
Build-Depends: base >= 4.0 && < 5
|
||||
, data-default
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, data-default < 0.6 && >= 0.5.3
|
||||
, directory
|
||||
, filepath
|
||||
, pretty
|
||||
@ -155,16 +156,16 @@ Executable ghc-modi
|
||||
Cpp-Options: -DWINDOWS
|
||||
Default-Extensions: ConstraintKinds, FlexibleContexts
|
||||
HS-Source-Dirs: src
|
||||
Build-Depends: base >= 4.0 && < 5
|
||||
, async
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, async < 2.1 && >= 2.0.1.6
|
||||
, containers
|
||||
, directory
|
||||
, filepath
|
||||
, old-time
|
||||
, process
|
||||
, split
|
||||
, split < 0.3 && >= 0.2.2
|
||||
, time
|
||||
, ghc >= 7.4 && < 7.10
|
||||
, ghc < 7.10 && >= 7.4
|
||||
, ghc-mod
|
||||
|
||||
Test-Suite doctest
|
||||
@ -174,8 +175,8 @@ Test-Suite doctest
|
||||
Ghc-Options: -Wall
|
||||
Default-Extensions: ConstraintKinds, FlexibleContexts
|
||||
Main-Is: doctests.hs
|
||||
Build-Depends: base
|
||||
, doctest >= 0.9.3
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, doctest < 0.10 && >= 0.9.3
|
||||
|
||||
Test-Suite spec
|
||||
Default-Language: Haskell2010
|
||||
@ -197,40 +198,40 @@ Test-Suite spec
|
||||
MonadSpec
|
||||
GhcPkgSpec
|
||||
TestUtils
|
||||
Build-Depends: base >= 4.0 && < 5
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, containers
|
||||
, deepseq
|
||||
, directory
|
||||
, filepath
|
||||
, ghc >= 7.4 && < 7.10
|
||||
, ghc-paths
|
||||
, ghc-syb-utils
|
||||
, hlint >= 1.7.1
|
||||
, io-choice
|
||||
, monad-journal >= 0.4
|
||||
, ghc < 7.10 && >= 7.4
|
||||
, ghc-paths < 0.2 && >= 0.1.0.9
|
||||
, ghc-syb-utils < 0.3 && >= 0.2.2
|
||||
, hlint < 1.9 && >= 1.8.61
|
||||
, io-choice < 0.1 && >= 0.0.5
|
||||
, monad-journal < 0.5 && >= 0.4
|
||||
, old-time
|
||||
, pretty
|
||||
, process
|
||||
, syb
|
||||
, syb < 0.5 && >= 0.4.2
|
||||
, time
|
||||
, transformers
|
||||
, transformers-base
|
||||
, mtl >= 2.0
|
||||
, monad-control
|
||||
, hspec >= 1.8.2
|
||||
, split
|
||||
, haskell-src-exts
|
||||
, text
|
||||
, djinn-ghc >= 0.0.2.2
|
||||
, transformers-base < 0.5 && >= 0.4.3
|
||||
, mtl < 2.1 && >= 2.0
|
||||
, monad-control < 0.4 && >= 0.3.3.0
|
||||
, hspec < 1.9 && >= 1.8.2
|
||||
, split < 0.3 && >= 0.2.2
|
||||
, haskell-src-exts < 1.17 && >= 1.16.0
|
||||
, text < 1.3 && >= 1.2.0.0
|
||||
, djinn-ghc < 0.1 && >= 0.0.2.2
|
||||
if impl(ghc >= 7.8)
|
||||
Build-Depends: Cabal >= 1.18
|
||||
Build-Depends: Cabal < 1.20 && >= 1.18
|
||||
else
|
||||
Build-Depends: convertible
|
||||
, Cabal >= 1.10 && < 1.17
|
||||
Build-Depends: convertible < 1.2 && >= 1.1.0.0
|
||||
, Cabal < 1.17 && >= 1.10
|
||||
if impl(ghc < 7.6)
|
||||
Build-Depends: executable-path
|
||||
Build-Depends: executable-path < 0.1 && >= 0.0.3
|
||||
CPP-Options: -DSPEC=1
|
||||
|
||||
Source-Repository head
|
||||
Type: git
|
||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
||||
X-Revision: 1
|
||||
Name: ghc-mod
|
||||
Version: 5.2.0.0
|
||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||
@ -94,36 +95,36 @@ Library
|
||||
Language.Haskell.GhcMod.Target
|
||||
Language.Haskell.GhcMod.Types
|
||||
Language.Haskell.GhcMod.Utils
|
||||
Build-Depends: base >= 4.0 && < 5
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, containers
|
||||
, deepseq
|
||||
, directory
|
||||
, filepath
|
||||
, ghc >= 7.4 && < 7.10
|
||||
, ghc-paths
|
||||
, ghc-syb-utils
|
||||
, hlint >= 1.8.61
|
||||
, io-choice
|
||||
, monad-journal >= 0.4
|
||||
, ghc < 7.10 && >= 7.4
|
||||
, ghc-paths < 0.2 && >= 0.1.0.9
|
||||
, ghc-syb-utils < 0.3 && >= 0.2.2
|
||||
, hlint < 1.9 && >= 1.8.61
|
||||
, io-choice < 0.1 && >= 0.0.5
|
||||
, monad-journal < 0.5 && >= 0.4
|
||||
, old-time
|
||||
, pretty
|
||||
, process
|
||||
, syb
|
||||
, temporary
|
||||
, syb < 0.5 && >= 0.4.2
|
||||
, temporary < 1.3 && >= 1.2.0.3
|
||||
, time
|
||||
, transformers
|
||||
, transformers-base
|
||||
, mtl >= 2.0
|
||||
, monad-control
|
||||
, split
|
||||
, haskell-src-exts
|
||||
, text
|
||||
, djinn-ghc >= 0.0.2.2
|
||||
, transformers-base < 0.5 && >= 0.4.3
|
||||
, mtl < 2.1 && >= 2.0
|
||||
, monad-control < 0.4 && >= 0.3.3.0
|
||||
, split < 0.3 && >= 0.2.2
|
||||
, haskell-src-exts < 1.17 && >= 1.16.0
|
||||
, text < 1.3 && >= 1.2.0.0
|
||||
, djinn-ghc < 0.1 && >= 0.0.2.2
|
||||
if impl(ghc >= 7.8)
|
||||
Build-Depends: Cabal >= 1.18
|
||||
Build-Depends: Cabal < 1.20 && >= 1.18
|
||||
else
|
||||
Build-Depends: convertible
|
||||
, Cabal >= 1.10 && < 1.17
|
||||
Build-Depends: convertible < 1.2 && >= 1.1.0.0
|
||||
, Cabal < 1.17 && >= 1.10
|
||||
if impl(ghc <= 7.4.2)
|
||||
-- Only used to constrain random to a version that still works with GHC 7.4
|
||||
Build-Depends: random <= 1.0.1.1
|
||||
@ -135,8 +136,8 @@ Executable ghc-mod
|
||||
GHC-Options: -Wall
|
||||
Default-Extensions: ConstraintKinds, FlexibleContexts
|
||||
HS-Source-Dirs: src
|
||||
Build-Depends: base >= 4.0 && < 5
|
||||
, data-default
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, data-default < 0.6 && >= 0.5.3
|
||||
, directory
|
||||
, filepath
|
||||
, pretty
|
||||
@ -156,16 +157,16 @@ Executable ghc-modi
|
||||
Cpp-Options: -DWINDOWS
|
||||
Default-Extensions: ConstraintKinds, FlexibleContexts
|
||||
HS-Source-Dirs: src
|
||||
Build-Depends: base >= 4.0 && < 5
|
||||
, async
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, async < 2.1 && >= 2.0.1.6
|
||||
, containers
|
||||
, directory
|
||||
, filepath
|
||||
, old-time
|
||||
, process
|
||||
, split
|
||||
, split < 0.3 && >= 0.2.2
|
||||
, time
|
||||
, ghc >= 7.4 && < 7.10
|
||||
, ghc < 7.10 && >= 7.4
|
||||
, ghc-mod
|
||||
|
||||
Test-Suite doctest
|
||||
@ -175,8 +176,8 @@ Test-Suite doctest
|
||||
Ghc-Options: -Wall
|
||||
Default-Extensions: ConstraintKinds, FlexibleContexts
|
||||
Main-Is: doctests.hs
|
||||
Build-Depends: base
|
||||
, doctest >= 0.9.3
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, doctest < 0.10 && >= 0.9.3
|
||||
|
||||
Test-Suite spec
|
||||
Default-Language: Haskell2010
|
||||
@ -198,41 +199,41 @@ Test-Suite spec
|
||||
MonadSpec
|
||||
GhcPkgSpec
|
||||
TestUtils
|
||||
Build-Depends: base >= 4.0 && < 5
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, containers
|
||||
, deepseq
|
||||
, directory
|
||||
, filepath
|
||||
, ghc >= 7.4 && < 7.10
|
||||
, ghc-paths
|
||||
, ghc-syb-utils
|
||||
, hlint >= 1.7.1
|
||||
, io-choice
|
||||
, monad-journal >= 0.4
|
||||
, ghc < 7.10 && >= 7.4
|
||||
, ghc-paths < 0.2 && >= 0.1.0.9
|
||||
, ghc-syb-utils < 0.3 && >= 0.2.2
|
||||
, hlint < 1.9 && >= 1.8.61
|
||||
, io-choice < 0.1 && >= 0.0.5
|
||||
, monad-journal < 0.5 && >= 0.4
|
||||
, old-time
|
||||
, pretty
|
||||
, process
|
||||
, syb
|
||||
, temporary
|
||||
, syb < 0.5 && >= 0.4.2
|
||||
, temporary < 1.3 && >= 1.2.0.3
|
||||
, time
|
||||
, transformers
|
||||
, transformers-base
|
||||
, mtl >= 2.0
|
||||
, monad-control
|
||||
, hspec >= 1.8.2
|
||||
, split
|
||||
, haskell-src-exts
|
||||
, text
|
||||
, djinn-ghc >= 0.0.2.2
|
||||
, transformers-base < 0.5 && >= 0.4.3
|
||||
, mtl < 2.1 && >= 2.0
|
||||
, monad-control < 0.4 && >= 0.3.3.0
|
||||
, hspec < 1.9 && >= 1.8.2
|
||||
, split < 0.3 && >= 0.2.2
|
||||
, haskell-src-exts < 1.17 && >= 1.16.0
|
||||
, text < 1.3 && >= 1.2.0.0
|
||||
, djinn-ghc < 0.1 && >= 0.0.2.2
|
||||
if impl(ghc >= 7.8)
|
||||
Build-Depends: Cabal >= 1.18
|
||||
Build-Depends: Cabal < 1.20 && >= 1.18
|
||||
else
|
||||
Build-Depends: convertible
|
||||
, Cabal >= 1.10 && < 1.17
|
||||
Build-Depends: convertible < 1.2 && >= 1.1.0.0
|
||||
, Cabal < 1.17 && >= 1.10
|
||||
if impl(ghc < 7.6)
|
||||
Build-Depends: executable-path
|
||||
Build-Depends: executable-path < 0.1 && >= 0.0.3
|
||||
CPP-Options: -DSPEC=1
|
||||
|
||||
Source-Repository head
|
||||
Type: git
|
||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
||||
X-Revision: 1
|
||||
Name: ghc-mod
|
||||
Version: 5.2.1.0
|
||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||
@ -96,36 +97,37 @@ Library
|
||||
Language.Haskell.GhcMod.Types
|
||||
Language.Haskell.GhcMod.Utils
|
||||
Language.Haskell.GhcMod.World
|
||||
Build-Depends: base >= 4.0 && < 5
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, async < 2.1 && >= 2.0.1.6
|
||||
, containers
|
||||
, deepseq
|
||||
, directory
|
||||
, filepath
|
||||
, ghc >= 7.4 && < 7.10
|
||||
, ghc-paths
|
||||
, ghc-syb-utils
|
||||
, hlint >= 1.8.61
|
||||
, io-choice
|
||||
, monad-journal >= 0.4
|
||||
, ghc < 7.10 && >= 7.4
|
||||
, ghc-paths < 0.2 && >= 0.1.0.9
|
||||
, ghc-syb-utils < 0.3 && >= 0.2.2
|
||||
, hlint < 1.9 && >= 1.8.61
|
||||
, io-choice < 0.1 && >= 0.0.5
|
||||
, monad-journal < 0.5 && >= 0.4
|
||||
, old-time
|
||||
, pretty
|
||||
, process
|
||||
, syb
|
||||
, temporary
|
||||
, syb < 0.5 && >= 0.4.2
|
||||
, temporary < 1.3 && >= 1.2.0.3
|
||||
, time
|
||||
, transformers
|
||||
, transformers-base
|
||||
, mtl >= 2.0
|
||||
, monad-control
|
||||
, split
|
||||
, haskell-src-exts
|
||||
, text
|
||||
, djinn-ghc >= 0.0.2.2
|
||||
, transformers-base < 0.5 && >= 0.4.3
|
||||
, mtl < 2.1 && >= 2.0
|
||||
, monad-control < 0.4 && >= 0.3.3.0
|
||||
, split < 0.3 && >= 0.2.2
|
||||
, haskell-src-exts < 1.17 && >= 1.16.0
|
||||
, text < 1.3 && >= 1.2.0.0
|
||||
, djinn-ghc < 0.1 && >= 0.0.2.2
|
||||
if impl(ghc >= 7.8)
|
||||
Build-Depends: Cabal >= 1.18
|
||||
Build-Depends: Cabal < 1.20 && >= 1.18
|
||||
else
|
||||
Build-Depends: convertible
|
||||
, Cabal >= 1.10 && < 1.17
|
||||
Build-Depends: convertible < 1.2 && >= 1.1.0.0
|
||||
, Cabal < 1.17 && >= 1.10
|
||||
if impl(ghc <= 7.4.2)
|
||||
-- Only used to constrain random to a version that still works with GHC 7.4
|
||||
Build-Depends: random <= 1.0.1.1
|
||||
@ -137,14 +139,12 @@ Executable ghc-mod
|
||||
GHC-Options: -Wall
|
||||
Default-Extensions: ConstraintKinds, FlexibleContexts
|
||||
HS-Source-Dirs: src
|
||||
Build-Depends: base >= 4.0 && < 5
|
||||
, async
|
||||
, data-default
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, data-default < 0.6 && >= 0.5.3
|
||||
, directory
|
||||
, filepath
|
||||
, pretty
|
||||
, process
|
||||
, split
|
||||
, mtl >= 2.0
|
||||
, ghc >= 7.4 && < 7.10
|
||||
, ghc-mod
|
||||
@ -160,16 +160,16 @@ Executable ghc-modi
|
||||
Cpp-Options: -DWINDOWS
|
||||
Default-Extensions: ConstraintKinds, FlexibleContexts
|
||||
HS-Source-Dirs: src
|
||||
Build-Depends: base >= 4.0 && < 5
|
||||
, async
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, async < 2.1 && >= 2.0.1.6
|
||||
, containers
|
||||
, directory
|
||||
, filepath
|
||||
, old-time
|
||||
, process
|
||||
, split
|
||||
, split < 0.3 && >= 0.2.2
|
||||
, time
|
||||
, ghc >= 7.4 && < 7.10
|
||||
, ghc < 7.10 && >= 7.4
|
||||
, ghc-mod
|
||||
|
||||
Test-Suite doctest
|
||||
@ -179,8 +179,8 @@ Test-Suite doctest
|
||||
Ghc-Options: -Wall
|
||||
Default-Extensions: ConstraintKinds, FlexibleContexts
|
||||
Main-Is: doctests.hs
|
||||
Build-Depends: base
|
||||
, doctest >= 0.9.3
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, doctest < 0.10 && >= 0.9.3
|
||||
|
||||
Test-Suite spec
|
||||
Default-Language: Haskell2010
|
||||
@ -202,41 +202,41 @@ Test-Suite spec
|
||||
PathsAndFilesSpec
|
||||
Spec
|
||||
TestUtils
|
||||
Build-Depends: base >= 4.0 && < 5
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, containers
|
||||
, deepseq
|
||||
, directory
|
||||
, filepath
|
||||
, ghc >= 7.4 && < 7.10
|
||||
, ghc-paths
|
||||
, ghc-syb-utils
|
||||
, hlint >= 1.7.1
|
||||
, io-choice
|
||||
, monad-journal >= 0.4
|
||||
, ghc < 7.10 && >= 7.4
|
||||
, ghc-paths < 0.2 && >= 0.1.0.9
|
||||
, ghc-syb-utils < 0.3 && >= 0.2.2
|
||||
, hlint < 1.9 && >= 1.8.61
|
||||
, io-choice < 0.1 && >= 0.0.5
|
||||
, monad-journal < 0.5 && >= 0.4
|
||||
, old-time
|
||||
, pretty
|
||||
, process
|
||||
, syb
|
||||
, temporary
|
||||
, syb < 0.5 && >= 0.4.2
|
||||
, temporary < 1.3 && >= 1.2.0.3
|
||||
, time
|
||||
, transformers
|
||||
, transformers-base
|
||||
, mtl >= 2.0
|
||||
, monad-control
|
||||
, hspec >= 1.8.2
|
||||
, split
|
||||
, haskell-src-exts
|
||||
, text
|
||||
, djinn-ghc >= 0.0.2.2
|
||||
, transformers-base < 0.5 && >= 0.4.3
|
||||
, mtl < 2.1 && >= 2.0
|
||||
, monad-control < 0.4 && >= 0.3.3.0
|
||||
, hspec < 1.9 && >= 1.8.2
|
||||
, split < 0.3 && >= 0.2.2
|
||||
, haskell-src-exts < 1.17 && >= 1.16.0
|
||||
, text < 1.3 && >= 1.2.0.0
|
||||
, djinn-ghc < 0.1 && >= 0.0.2.2
|
||||
if impl(ghc >= 7.8)
|
||||
Build-Depends: Cabal >= 1.18
|
||||
Build-Depends: Cabal < 1.20 && >= 1.18
|
||||
else
|
||||
Build-Depends: convertible
|
||||
, Cabal >= 1.10 && < 1.17
|
||||
Build-Depends: convertible < 1.2 && >= 1.1.0.0
|
||||
, Cabal < 1.17 && >= 1.10
|
||||
if impl(ghc < 7.6)
|
||||
Build-Depends: executable-path
|
||||
Build-Depends: executable-path < 0.1 && >= 0.0.3
|
||||
CPP-Options: -DSPEC=1
|
||||
|
||||
Source-Repository head
|
||||
Type: git
|
||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
||||
X-Revision: 1
|
||||
Name: ghc-mod
|
||||
Version: 5.2.1.1
|
||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||
@ -97,36 +98,37 @@ Library
|
||||
Language.Haskell.GhcMod.Types
|
||||
Language.Haskell.GhcMod.Utils
|
||||
Language.Haskell.GhcMod.World
|
||||
Build-Depends: base >= 4.0 && < 5
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, async < 2.1 && >= 2.0.1.6
|
||||
, containers
|
||||
, deepseq
|
||||
, directory
|
||||
, filepath
|
||||
, ghc >= 7.4 && < 7.10
|
||||
, ghc-paths
|
||||
, ghc-syb-utils
|
||||
, hlint >= 1.8.61
|
||||
, io-choice
|
||||
, monad-journal >= 0.4
|
||||
, ghc < 7.10 && >= 7.4
|
||||
, ghc-paths < 0.2 && >= 0.1.0.9
|
||||
, ghc-syb-utils < 0.3 && >= 0.2.2
|
||||
, hlint < 1.9 && >= 1.8.61
|
||||
, io-choice < 0.1 && >= 0.0.5
|
||||
, monad-journal < 0.5 && >= 0.4
|
||||
, old-time
|
||||
, pretty
|
||||
, process
|
||||
, syb
|
||||
, temporary
|
||||
, syb < 0.5 && >= 0.4.2
|
||||
, temporary < 1.3 && >= 1.2.0.3
|
||||
, time
|
||||
, transformers
|
||||
, transformers-base
|
||||
, mtl >= 2.0
|
||||
, monad-control
|
||||
, split
|
||||
, haskell-src-exts
|
||||
, text
|
||||
, djinn-ghc >= 0.0.2.2
|
||||
, transformers-base < 0.5 && >= 0.4.3
|
||||
, mtl < 2.1 && >= 2.0
|
||||
, monad-control < 0.4 && >= 0.3.3.0
|
||||
, split < 0.3 && >= 0.2.2
|
||||
, haskell-src-exts < 1.17 && >= 1.16.0
|
||||
, text < 1.3 && >= 1.2.0.0
|
||||
, djinn-ghc < 0.1 && >= 0.0.2.2
|
||||
if impl(ghc >= 7.8)
|
||||
Build-Depends: Cabal >= 1.18
|
||||
Build-Depends: Cabal < 1.20 && >= 1.18
|
||||
else
|
||||
Build-Depends: convertible
|
||||
, Cabal >= 1.10 && < 1.17
|
||||
Build-Depends: convertible < 1.2 && >= 1.1.0.0
|
||||
, Cabal < 1.17 && >= 1.10
|
||||
if impl(ghc <= 7.4.2)
|
||||
-- Only used to constrain random to a version that still works with GHC 7.4
|
||||
Build-Depends: random <= 1.0.1.1
|
||||
@ -138,14 +140,12 @@ Executable ghc-mod
|
||||
GHC-Options: -Wall
|
||||
Default-Extensions: ConstraintKinds, FlexibleContexts
|
||||
HS-Source-Dirs: src
|
||||
Build-Depends: base >= 4.0 && < 5
|
||||
, async
|
||||
, data-default
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, data-default < 0.6 && >= 0.5.3
|
||||
, directory
|
||||
, filepath
|
||||
, pretty
|
||||
, process
|
||||
, split
|
||||
, mtl >= 2.0
|
||||
, ghc >= 7.4 && < 7.10
|
||||
, ghc-mod
|
||||
@ -161,16 +161,16 @@ Executable ghc-modi
|
||||
Cpp-Options: -DWINDOWS
|
||||
Default-Extensions: ConstraintKinds, FlexibleContexts
|
||||
HS-Source-Dirs: src
|
||||
Build-Depends: base >= 4.0 && < 5
|
||||
, async
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, async < 2.1 && >= 2.0.1.6
|
||||
, containers
|
||||
, directory
|
||||
, filepath
|
||||
, old-time
|
||||
, process
|
||||
, split
|
||||
, split < 0.3 && >= 0.2.2
|
||||
, time
|
||||
, ghc >= 7.4 && < 7.10
|
||||
, ghc < 7.10 && >= 7.4
|
||||
, ghc-mod
|
||||
|
||||
Test-Suite doctest
|
||||
@ -180,8 +180,8 @@ Test-Suite doctest
|
||||
Ghc-Options: -Wall
|
||||
Default-Extensions: ConstraintKinds, FlexibleContexts
|
||||
Main-Is: doctests.hs
|
||||
Build-Depends: base
|
||||
, doctest >= 0.9.3
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, doctest < 0.10 && >= 0.9.3
|
||||
|
||||
Test-Suite spec
|
||||
Default-Language: Haskell2010
|
||||
@ -203,41 +203,41 @@ Test-Suite spec
|
||||
PathsAndFilesSpec
|
||||
Spec
|
||||
TestUtils
|
||||
Build-Depends: base >= 4.0 && < 5
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, containers
|
||||
, deepseq
|
||||
, directory
|
||||
, filepath
|
||||
, ghc >= 7.4 && < 7.10
|
||||
, ghc-paths
|
||||
, ghc-syb-utils
|
||||
, hlint >= 1.7.1
|
||||
, io-choice
|
||||
, monad-journal >= 0.4
|
||||
, ghc < 7.10 && >= 7.4
|
||||
, ghc-paths < 0.2 && >= 0.1.0.9
|
||||
, ghc-syb-utils < 0.3 && >= 0.2.2
|
||||
, hlint < 1.9 && >= 1.8.61
|
||||
, io-choice < 0.1 && >= 0.0.5
|
||||
, monad-journal < 0.5 && >= 0.4
|
||||
, old-time
|
||||
, pretty
|
||||
, process
|
||||
, syb
|
||||
, temporary
|
||||
, syb < 0.5 && >= 0.4.2
|
||||
, temporary < 1.3 && >= 1.2.0.3
|
||||
, time
|
||||
, transformers
|
||||
, transformers-base
|
||||
, mtl >= 2.0
|
||||
, monad-control
|
||||
, hspec >= 1.8.2
|
||||
, split
|
||||
, haskell-src-exts
|
||||
, text
|
||||
, djinn-ghc >= 0.0.2.2
|
||||
, transformers-base < 0.5 && >= 0.4.3
|
||||
, mtl < 2.1 && >= 2.0
|
||||
, monad-control < 0.4 && >= 0.3.3.0
|
||||
, hspec < 1.9 && >= 1.8.2
|
||||
, split < 0.3 && >= 0.2.2
|
||||
, haskell-src-exts < 1.17 && >= 1.16.0
|
||||
, text < 1.3 && >= 1.2.0.0
|
||||
, djinn-ghc < 0.1 && >= 0.0.2.2
|
||||
if impl(ghc >= 7.8)
|
||||
Build-Depends: Cabal >= 1.18
|
||||
Build-Depends: Cabal < 1.20 && >= 1.18
|
||||
else
|
||||
Build-Depends: convertible
|
||||
, Cabal >= 1.10 && < 1.17
|
||||
Build-Depends: convertible < 1.2 && >= 1.1.0.0
|
||||
, Cabal < 1.17 && >= 1.10
|
||||
if impl(ghc < 7.6)
|
||||
Build-Depends: executable-path
|
||||
Build-Depends: executable-path < 0.1 && >= 0.0.3
|
||||
CPP-Options: -DSPEC=1
|
||||
|
||||
Source-Repository head
|
||||
Type: git
|
||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
||||
X-Revision: 1
|
||||
Name: ghc-mod
|
||||
Version: 5.2.1.2
|
||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||
@ -97,36 +98,37 @@ Library
|
||||
Language.Haskell.GhcMod.Types
|
||||
Language.Haskell.GhcMod.Utils
|
||||
Language.Haskell.GhcMod.World
|
||||
Build-Depends: base >= 4.0 && < 5
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, async < 2.1 && >= 2.0.1.6
|
||||
, containers
|
||||
, deepseq
|
||||
, directory
|
||||
, filepath
|
||||
, ghc >= 7.4 && < 7.10
|
||||
, ghc-paths
|
||||
, ghc-syb-utils
|
||||
, hlint >= 1.8.61
|
||||
, io-choice
|
||||
, monad-journal >= 0.4
|
||||
, ghc < 7.10 && >= 7.4
|
||||
, ghc-paths < 0.2 && >= 0.1.0.9
|
||||
, ghc-syb-utils < 0.3 && >= 0.2.2
|
||||
, hlint < 1.9 && >= 1.8.61
|
||||
, io-choice < 0.1 && >= 0.0.5
|
||||
, monad-journal < 0.5 && >= 0.4
|
||||
, old-time
|
||||
, pretty
|
||||
, process
|
||||
, syb
|
||||
, temporary
|
||||
, syb < 0.5 && >= 0.4.2
|
||||
, temporary < 1.3 && >= 1.2.0.3
|
||||
, time
|
||||
, transformers
|
||||
, transformers-base
|
||||
, mtl >= 2.0
|
||||
, monad-control
|
||||
, split
|
||||
, haskell-src-exts
|
||||
, text
|
||||
, djinn-ghc >= 0.0.2.2
|
||||
, transformers-base < 0.5 && >= 0.4.3
|
||||
, mtl < 2.1 && >= 2.0
|
||||
, monad-control < 0.4 && >= 0.3.3.0
|
||||
, split < 0.3 && >= 0.2.2
|
||||
, haskell-src-exts < 1.17 && >= 1.16.0
|
||||
, text < 1.3 && >= 1.2.0.0
|
||||
, djinn-ghc < 0.1 && >= 0.0.2.2
|
||||
if impl(ghc >= 7.8)
|
||||
Build-Depends: Cabal >= 1.18
|
||||
Build-Depends: Cabal < 1.20 && >= 1.18
|
||||
else
|
||||
Build-Depends: convertible
|
||||
, Cabal >= 1.10 && < 1.17
|
||||
Build-Depends: convertible < 1.2 && >= 1.1.0.0
|
||||
, Cabal < 1.17 && >= 1.10
|
||||
if impl(ghc <= 7.4.2)
|
||||
-- Only used to constrain random to a version that still works with GHC 7.4
|
||||
Build-Depends: random <= 1.0.1.1
|
||||
@ -138,14 +140,12 @@ Executable ghc-mod
|
||||
GHC-Options: -Wall
|
||||
Default-Extensions: ConstraintKinds, FlexibleContexts
|
||||
HS-Source-Dirs: src
|
||||
Build-Depends: base >= 4.0 && < 5
|
||||
, async
|
||||
, data-default
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, data-default < 0.6 && >= 0.5.3
|
||||
, directory
|
||||
, filepath
|
||||
, pretty
|
||||
, process
|
||||
, split
|
||||
, mtl >= 2.0
|
||||
, ghc >= 7.4 && < 7.10
|
||||
, ghc-mod
|
||||
@ -161,16 +161,16 @@ Executable ghc-modi
|
||||
Cpp-Options: -DWINDOWS
|
||||
Default-Extensions: ConstraintKinds, FlexibleContexts
|
||||
HS-Source-Dirs: src
|
||||
Build-Depends: base >= 4.0 && < 5
|
||||
, async
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, async < 2.1 && >= 2.0.1.6
|
||||
, containers
|
||||
, directory
|
||||
, filepath
|
||||
, old-time
|
||||
, process
|
||||
, split
|
||||
, split < 0.3 && >= 0.2.2
|
||||
, time
|
||||
, ghc >= 7.4 && < 7.10
|
||||
, ghc < 7.10 && >= 7.4
|
||||
, ghc-mod
|
||||
|
||||
Test-Suite doctest
|
||||
@ -180,8 +180,8 @@ Test-Suite doctest
|
||||
Ghc-Options: -Wall
|
||||
Default-Extensions: ConstraintKinds, FlexibleContexts
|
||||
Main-Is: doctests.hs
|
||||
Build-Depends: base
|
||||
, doctest >= 0.9.3
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, doctest < 0.10 && >= 0.9.3
|
||||
|
||||
Test-Suite spec
|
||||
Default-Language: Haskell2010
|
||||
@ -203,41 +203,41 @@ Test-Suite spec
|
||||
PathsAndFilesSpec
|
||||
Spec
|
||||
TestUtils
|
||||
Build-Depends: base >= 4.0 && < 5
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, containers
|
||||
, deepseq
|
||||
, directory
|
||||
, filepath
|
||||
, ghc >= 7.4 && < 7.10
|
||||
, ghc-paths
|
||||
, ghc-syb-utils
|
||||
, hlint >= 1.7.1
|
||||
, io-choice
|
||||
, monad-journal >= 0.4
|
||||
, ghc < 7.10 && >= 7.4
|
||||
, ghc-paths < 0.2 && >= 0.1.0.9
|
||||
, ghc-syb-utils < 0.3 && >= 0.2.2
|
||||
, hlint < 1.9 && >= 1.8.61
|
||||
, io-choice < 0.1 && >= 0.0.5
|
||||
, monad-journal < 0.5 && >= 0.4
|
||||
, old-time
|
||||
, pretty
|
||||
, process
|
||||
, syb
|
||||
, temporary
|
||||
, syb < 0.5 && >= 0.4.2
|
||||
, temporary < 1.3 && >= 1.2.0.3
|
||||
, time
|
||||
, transformers
|
||||
, transformers-base
|
||||
, mtl >= 2.0
|
||||
, monad-control
|
||||
, hspec >= 1.8.2
|
||||
, split
|
||||
, haskell-src-exts
|
||||
, text
|
||||
, djinn-ghc >= 0.0.2.2
|
||||
, transformers-base < 0.5 && >= 0.4.3
|
||||
, mtl < 2.1 && >= 2.0
|
||||
, monad-control < 0.4 && >= 0.3.3.0
|
||||
, hspec < 1.9 && >= 1.8.2
|
||||
, split < 0.3 && >= 0.2.2
|
||||
, haskell-src-exts < 1.17 && >= 1.16.0
|
||||
, text < 1.3 && >= 1.2.0.0
|
||||
, djinn-ghc < 0.1 && >= 0.0.2.2
|
||||
if impl(ghc >= 7.8)
|
||||
Build-Depends: Cabal >= 1.18
|
||||
Build-Depends: Cabal < 1.20 && >= 1.18
|
||||
else
|
||||
Build-Depends: convertible
|
||||
, Cabal >= 1.10 && < 1.17
|
||||
Build-Depends: convertible < 1.2 && >= 1.1.0.0
|
||||
, Cabal < 1.17 && >= 1.10
|
||||
if impl(ghc < 7.6)
|
||||
Build-Depends: executable-path
|
||||
Build-Depends: executable-path < 0.1 && >= 0.0.3
|
||||
CPP-Options: -DSPEC=1
|
||||
|
||||
Source-Repository head
|
||||
Type: git
|
||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -130,36 +130,36 @@ Library
|
||||
Language.Haskell.GhcMod.Types
|
||||
Language.Haskell.GhcMod.Utils
|
||||
Language.Haskell.GhcMod.World
|
||||
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.6 && >= 0.5.1.0
|
||||
, cabal-helper < 0.6 && >= 0.5.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.17
|
||||
, 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.17 && >= 1.16.0.1
|
||||
, text < 1.3 && >= 1.2.1.3
|
||||
, djinn-ghc < 0.1 && >= 0.0.2.2
|
||||
, fclabels == 2.0.*
|
||||
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,
|
||||
@ -172,15 +172,15 @@ Executable ghc-mod
|
||||
GHC-Options: -Wall -fno-warn-deprecations
|
||||
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
|
||||
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
|
||||
, ghc-mod
|
||||
|
||||
Executable ghc-modi
|
||||
@ -194,12 +194,12 @@ Executable ghc-modi
|
||||
Cpp-Options: -DWINDOWS
|
||||
Default-Extensions: ConstraintKinds, FlexibleContexts
|
||||
HS-Source-Dirs: src, .
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, directory < 1.3
|
||||
, filepath < 1.5
|
||||
, process < 1.3
|
||||
, old-time < 1.2
|
||||
, time < 1.6
|
||||
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
|
||||
@ -210,8 +210,8 @@ Test-Suite doctest
|
||||
Main-Is: doctests.hs
|
||||
if impl(ghc == 7.4.*)
|
||||
Buildable: False
|
||||
Build-Depends: base
|
||||
, doctest >= 0.9.3
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, doctest < 0.10 && >= 0.9.3
|
||||
|
||||
Test-Suite spec
|
||||
Default-Language: Haskell2010
|
||||
@ -238,9 +238,9 @@ Test-Suite spec
|
||||
PathsAndFilesSpec
|
||||
HomeModuleGraphSpec
|
||||
|
||||
Build-Depends: hspec >= 2.0.0
|
||||
Build-Depends: hspec < 2.1 && >= 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
|
||||
|
||||
|
||||
|
@ -146,38 +146,39 @@ Library
|
||||
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,
|
||||
@ -190,16 +191,16 @@ Executable ghc-mod
|
||||
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
|
||||
@ -258,10 +259,9 @@ Test-Suite spec
|
||||
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
|
||||
|
||||
|
||||
|
@ -156,39 +156,39 @@ Library
|
||||
Utils
|
||||
Data.Binary.Generic
|
||||
System.Directory.ModTime
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, bytestring < 0.11
|
||||
, binary < 0.8 && >= 0.5.1.0
|
||||
, binary < 0.8 && >= 0.5.1.0
|
||||
, containers < 0.6
|
||||
, cabal-helper < 0.7 && >= 0.6.3.0
|
||||
, cabal-helper < 0.7 && >= 0.6.3.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.*
|
||||
, safe < 0.4 && >= 0.3.9
|
||||
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,
|
||||
@ -207,16 +207,16 @@ Executable ghc-mod
|
||||
GHC-Options: -Wall -fno-warn-deprecations -threaded
|
||||
Default-Extensions: ConstraintKinds, FlexibleContexts
|
||||
HS-Source-Dirs: src
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, directory < 1.3
|
||||
, filepath < 1.5
|
||||
, pretty < 1.2
|
||||
, process < 1.3
|
||||
, split < 0.3
|
||||
, mtl < 2.3 && >= 2.0
|
||||
, ghc < 7.11
|
||||
, monad-control ==1.0.*
|
||||
, fclabels ==2.0.*
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, 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
|
||||
, monad-control < 1.1 && >= 1
|
||||
, fclabels == 2.0.*
|
||||
, optparse-applicative >=0.11.0 && <0.13.0
|
||||
, ghc-mod
|
||||
|
||||
@ -230,14 +230,14 @@ Executable ghc-modi
|
||||
Cpp-Options: -DWINDOWS
|
||||
Default-Extensions: ConstraintKinds, FlexibleContexts
|
||||
HS-Source-Dirs: src, .
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, binary < 0.8 && >= 0.5.1.0
|
||||
, deepseq < 1.5
|
||||
, directory < 1.3
|
||||
, filepath < 1.5
|
||||
, process < 1.3
|
||||
, old-time < 1.2
|
||||
, time < 1.6
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, binary < 0.8 && >= 0.5.1.0
|
||||
, deepseq < 1.5
|
||||
, directory < 1.3
|
||||
, filepath < 1.5
|
||||
, process < 1.3
|
||||
, old-time < 1.2
|
||||
, time < 1.6
|
||||
, ghc-mod
|
||||
|
||||
Test-Suite doctest
|
||||
@ -250,7 +250,7 @@ Test-Suite doctest
|
||||
if impl(ghc == 7.4.*)
|
||||
Buildable: False
|
||||
Build-Depends: base
|
||||
, doctest >= 0.9.3
|
||||
, doctest < 0.12 && >= 0.9.3
|
||||
|
||||
Test-Suite spec
|
||||
Default-Language: Haskell2010
|
||||
@ -280,9 +280,9 @@ Test-Suite spec
|
||||
FileMappingSpec
|
||||
ShellParseSpec
|
||||
|
||||
Build-Depends: hspec >= 2.0.0
|
||||
Build-Depends: hspec < 2.4 && >= 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
|
||||
|
||||
|
||||
|
298
hackage-metadata/ghc-mod-5.6.0.0.cabal
Normal file
298
hackage-metadata/ghc-mod-5.6.0.0.cabal
Normal file
@ -0,0 +1,298 @@
|
||||
Name: ghc-mod
|
||||
Version: 5.6.0.0
|
||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>,
|
||||
Daniel Gröber <dxld@darkboxed.org>,
|
||||
Alejandro Serrano <trupill@gmail.com>,
|
||||
Nikolay Yakimov <root@livid.pp.ru>
|
||||
Maintainer: Daniel Gröber <dxld@darkboxed.org>
|
||||
License: AGPL-3
|
||||
License-File: LICENSE
|
||||
License-Files: COPYING.BSD3 COPYING.AGPL3
|
||||
Homepage: http://www.mew.org/~kazu/proj/ghc-mod/
|
||||
Synopsis: Happy Haskell Programming
|
||||
Description:
|
||||
ghc-mod is a backend program to enrich Haskell programming in editors. It
|
||||
strives to offer most of the features one has come to expect from modern IDEs
|
||||
in any editor.
|
||||
|
||||
ghc-mod provides a library for other haskell programs to use as well as a
|
||||
standalone program for easy editor integration. All of the fundamental
|
||||
functionality of the frontend program can be accessed through the library
|
||||
however many implementation details are hidden and if you want to
|
||||
significantly extend ghc-mod you should submit these changes upstream instead
|
||||
of implementing them on top of the library.
|
||||
|
||||
For more information, please see its home page.
|
||||
|
||||
Category: GHC, Development
|
||||
Cabal-Version: >= 1.14
|
||||
Build-Type: Custom
|
||||
Data-Files: elisp/Makefile
|
||||
elisp/*.el
|
||||
Data-Files: LICENSE COPYING.BSD3 COPYING.AGPL3
|
||||
Extra-Source-Files: ChangeLog
|
||||
SetupCompat.hs
|
||||
NotCPP/*.hs
|
||||
NotCPP/COPYING
|
||||
Language/Haskell/GhcMod/Monad/Compat.hs_h
|
||||
test/data/annotations/*.hs
|
||||
test/data/broken-cabal/*.cabal
|
||||
test/data/broken-cabal/cabal.sandbox.config.in
|
||||
test/data/broken-sandbox/cabal.sandbox.config
|
||||
test/data/broken-sandbox/dummy.cabal
|
||||
test/data/cabal-flags/cabal-flags.cabal
|
||||
test/data/cabal-project/*.cabal
|
||||
test/data/cabal-project/*.hs
|
||||
test/data/cabal-project/.cabal-sandbox/i386-osx-ghc-7.6.3-packages.conf.d/Cabal-1.18.1.3-2b161c6bf77657aa17e1681d83cb051b.conf
|
||||
test/data/cabal-project/cabal.sandbox.config.in
|
||||
test/data/cabal-project/subdir1/subdir2/dummy
|
||||
test/data/case-split/*.hs
|
||||
test/data/check-packageid/cabal.sandbox.config.in
|
||||
test/data/check-packageid/.cabal-sandbox/i386-osx-ghc-7.6.3-packages.conf.d/template-haskell-2.8.0.0-32d4f24abdbb6bf41272b183b2e23e9c.conf
|
||||
test/data/check-test-subdir/*.cabal
|
||||
test/data/check-test-subdir/src/Check/Test/*.hs
|
||||
test/data/check-test-subdir/test/*.hs
|
||||
test/data/check-test-subdir/test/Bar/*.hs
|
||||
test/data/duplicate-pkgver/cabal.sandbox.config.in
|
||||
test/data/duplicate-pkgver/duplicate-pkgver.cabal
|
||||
test/data/duplicate-pkgver/.cabal-sandbox/i386-osx-ghc-7.6.3-packages.conf.d/template-haskell-1.0-7c59d13f32294d1ef6dc6233c24df961.conf
|
||||
test/data/duplicate-pkgver/.cabal-sandbox/i386-osx-ghc-7.6.3-packages.conf.d/template-haskell-2.8.0.0-14e543bdae2da4d2aeff5386892c9112.conf
|
||||
test/data/duplicate-pkgver/.cabal-sandbox/i386-osx-ghc-7.6.3-packages.conf.d/template-haskell-2.8.0.0-32d4f24abdbb6bf41272b183b2e23e9c.conf
|
||||
test/data/foreign-export/*.hs
|
||||
test/data/ghc-mod-check/*.cabal
|
||||
test/data/ghc-mod-check/*.hs
|
||||
test/data/ghc-mod-check/lib/Data/*.hs
|
||||
test/data/hlint/*.hs
|
||||
test/data/home-module-graph/cpp/*.hs
|
||||
test/data/home-module-graph/cycle/*.hs
|
||||
test/data/home-module-graph/errors/*.hs
|
||||
test/data/home-module-graph/indirect/*.hs
|
||||
test/data/home-module-graph/indirect-update/*.hs
|
||||
test/data/import-cycle/*.hs
|
||||
test/data/non-exported/*.hs
|
||||
test/data/pattern-synonyms/*.cabal
|
||||
test/data/pattern-synonyms/*.hs
|
||||
test/data/quasi-quotes/*.hs
|
||||
test/data/template-haskell/*.hs
|
||||
test/data/target/*.hs
|
||||
test/data/check-missing-warnings/*.hs
|
||||
test/data/custom-cradle/custom-cradle.cabal
|
||||
test/data/custom-cradle/ghc-mod.package-db-stack
|
||||
test/data/custom-cradle/package-db-a/.gitkeep
|
||||
test/data/custom-cradle/package-db-b/.gitkeep
|
||||
test/data/custom-cradle/package-db-c/.gitkeep
|
||||
test/data/cabal-preprocessors/*.cabal
|
||||
test/data/cabal-preprocessors/*.hs
|
||||
test/data/cabal-preprocessors/*.hsc
|
||||
test/data/file-mapping/*.hs
|
||||
test/data/file-mapping/preprocessor/*.hs
|
||||
test/data/file-mapping/lhs/*.lhs
|
||||
test/data/nice-qualification/*.hs
|
||||
test/data/stack-project/stack.yaml
|
||||
test/data/stack-project/new-template.cabal
|
||||
test/data/stack-project/*.hs
|
||||
test/data/stack-project/app/*.hs
|
||||
test/data/stack-project/src/*.hs
|
||||
test/data/stack-project/test/*.hs
|
||||
|
||||
Custom-Setup
|
||||
Setup-Depends: base
|
||||
, Cabal < 1.25
|
||||
, containers
|
||||
, filepath
|
||||
, process
|
||||
, template-haskell
|
||||
, transformers
|
||||
|
||||
Library
|
||||
Default-Language: Haskell2010
|
||||
GHC-Options: -Wall -fno-warn-deprecations
|
||||
Default-Extensions: ScopedTypeVariables, RecordWildCards, NamedFieldPuns,
|
||||
ConstraintKinds, FlexibleContexts,
|
||||
DataKinds, KindSignatures, TypeOperators, ViewPatterns
|
||||
Exposed-Modules: Language.Haskell.GhcMod
|
||||
Language.Haskell.GhcMod.Internal
|
||||
Language.Haskell.GhcMod.Boot
|
||||
Language.Haskell.GhcMod.Browse
|
||||
Language.Haskell.GhcMod.CabalHelper
|
||||
Language.Haskell.GhcMod.Caching
|
||||
Language.Haskell.GhcMod.Caching.Types
|
||||
Language.Haskell.GhcMod.CaseSplit
|
||||
Language.Haskell.GhcMod.Check
|
||||
Language.Haskell.GhcMod.Convert
|
||||
Language.Haskell.GhcMod.Cradle
|
||||
Language.Haskell.GhcMod.CustomPackageDb
|
||||
Language.Haskell.GhcMod.Debug
|
||||
Language.Haskell.GhcMod.DebugLogger
|
||||
Language.Haskell.GhcMod.Doc
|
||||
Language.Haskell.GhcMod.DynFlags
|
||||
Language.Haskell.GhcMod.DynFlagsTH
|
||||
Language.Haskell.GhcMod.Error
|
||||
Language.Haskell.GhcMod.FileMapping
|
||||
Language.Haskell.GhcMod.FillSig
|
||||
Language.Haskell.GhcMod.Find
|
||||
Language.Haskell.GhcMod.Flag
|
||||
Language.Haskell.GhcMod.Gap
|
||||
Language.Haskell.GhcMod.GhcPkg
|
||||
Language.Haskell.GhcMod.HomeModuleGraph
|
||||
Language.Haskell.GhcMod.Info
|
||||
Language.Haskell.GhcMod.Lang
|
||||
Language.Haskell.GhcMod.Lint
|
||||
Language.Haskell.GhcMod.LightGhc
|
||||
Language.Haskell.GhcMod.Logger
|
||||
Language.Haskell.GhcMod.Logging
|
||||
Language.Haskell.GhcMod.Modules
|
||||
Language.Haskell.GhcMod.Monad
|
||||
Language.Haskell.GhcMod.Monad.Env
|
||||
Language.Haskell.GhcMod.Monad.Log
|
||||
Language.Haskell.GhcMod.Monad.Newtypes
|
||||
Language.Haskell.GhcMod.Monad.Orphans
|
||||
Language.Haskell.GhcMod.Monad.Out
|
||||
Language.Haskell.GhcMod.Monad.State
|
||||
Language.Haskell.GhcMod.Monad.Types
|
||||
Language.Haskell.GhcMod.Output
|
||||
Language.Haskell.GhcMod.PathsAndFiles
|
||||
Language.Haskell.GhcMod.PkgDoc
|
||||
Language.Haskell.GhcMod.Pretty
|
||||
Language.Haskell.GhcMod.Read
|
||||
Language.Haskell.GhcMod.SrcUtils
|
||||
Language.Haskell.GhcMod.Stack
|
||||
Language.Haskell.GhcMod.Target
|
||||
Language.Haskell.GhcMod.Test
|
||||
Language.Haskell.GhcMod.Types
|
||||
Language.Haskell.GhcMod.Utils
|
||||
Language.Haskell.GhcMod.World
|
||||
|
||||
Language.Haskell.GhcMod.Options.Options
|
||||
Language.Haskell.GhcMod.Options.DocUtils
|
||||
Language.Haskell.GhcMod.Options.Help
|
||||
Other-Modules: Paths_ghc_mod
|
||||
Utils
|
||||
Data.Binary.Generic
|
||||
System.Directory.ModTime
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, bytestring < 0.11
|
||||
, binary < 0.9 && >= 0.5.1.0
|
||||
, containers < 0.6
|
||||
, cabal-helper < 0.7 && >= 0.7.1.0
|
||||
, deepseq < 1.5
|
||||
, directory < 1.3
|
||||
, filepath < 1.5
|
||||
, ghc < 8.2 && >= 7.6
|
||||
, ghc-paths < 0.2 && >= 0.1.0.9
|
||||
, ghc-syb-utils < 0.3 && >= 0.2.3
|
||||
, hlint < 1.10 && >= 1.9.27
|
||||
, monad-journal < 0.8 && >= 0.4
|
||||
, old-time < 1.2
|
||||
, pretty < 1.2
|
||||
, process < 1.5
|
||||
, syb < 0.7 && >= 0.5.1
|
||||
, temporary < 1.3 && >= 1.2.0.3
|
||||
, transformers < 0.5
|
||||
, time < 1.7
|
||||
, 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.*
|
||||
, safe < 0.4 && >= 0.3.9
|
||||
, optparse-applicative >=0.11.0 && <0.13.0
|
||||
, template-haskell
|
||||
if impl(ghc < 7.8)
|
||||
Build-Depends: convertible < 1.2 && >= 1.1.0.0
|
||||
if impl(ghc >= 8.0)
|
||||
Build-Depends: ghc-boot
|
||||
|
||||
Executable ghc-mod
|
||||
Default-Language: Haskell2010
|
||||
Main-Is: GHCMod.hs
|
||||
Other-Modules: Paths_ghc_mod
|
||||
, GHCMod.Options
|
||||
, GHCMod.Options.Commands
|
||||
, GHCMod.Version
|
||||
, GHCMod.Options.ShellParse
|
||||
GHC-Options: -Wall -fno-warn-deprecations -threaded
|
||||
Default-Extensions: ConstraintKinds, FlexibleContexts
|
||||
HS-Source-Dirs: src
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, directory < 1.3
|
||||
, filepath < 1.5
|
||||
, pretty < 1.2
|
||||
, process < 1.5
|
||||
, split < 0.3 && >= 0.2.2
|
||||
, mtl < 2.3 && >= 2.0
|
||||
, ghc < 8.2 && >= 7.6
|
||||
, monad-control < 1.1 && >= 1
|
||||
, fclabels == 2.0.*
|
||||
, optparse-applicative >=0.11.0 && <0.13.0
|
||||
, ghc-mod
|
||||
|
||||
Executable ghc-modi
|
||||
Default-Language: Haskell2010
|
||||
Main-Is: GHCModi.hs
|
||||
Other-Modules: Paths_ghc_mod
|
||||
Utils
|
||||
GHC-Options: -Wall -threaded -fno-warn-deprecations
|
||||
if os(windows)
|
||||
Cpp-Options: -DWINDOWS
|
||||
Default-Extensions: ConstraintKinds, FlexibleContexts
|
||||
HS-Source-Dirs: src, .
|
||||
Build-Depends: base < 5 && >= 4.0
|
||||
, binary < 0.9 && >= 0.5.1.0
|
||||
, deepseq < 1.5
|
||||
, directory < 1.3
|
||||
, filepath < 1.5
|
||||
, process < 1.5
|
||||
, old-time < 1.2
|
||||
, time < 1.7
|
||||
, ghc-mod
|
||||
|
||||
Test-Suite doctest
|
||||
Type: exitcode-stdio-1.0
|
||||
Default-Language: Haskell2010
|
||||
HS-Source-Dirs: test
|
||||
Ghc-Options: -Wall
|
||||
Default-Extensions: ConstraintKinds, FlexibleContexts
|
||||
Main-Is: doctests.hs
|
||||
Build-Depends: base
|
||||
, doctest < 0.12 && >= 0.9.3
|
||||
|
||||
Test-Suite spec
|
||||
Default-Language: Haskell2010
|
||||
Default-Extensions: ScopedTypeVariables, RecordWildCards, NamedFieldPuns,
|
||||
ConstraintKinds, FlexibleContexts,
|
||||
DataKinds, KindSignatures, TypeOperators, ViewPatterns
|
||||
Main-Is: Main.hs
|
||||
Hs-Source-Dirs: test, ., src
|
||||
Ghc-Options: -Wall -fno-warn-deprecations -threaded
|
||||
CPP-Options: -DSPEC=1
|
||||
Type: exitcode-stdio-1.0
|
||||
Other-Modules: Paths_ghc_mod
|
||||
Dir
|
||||
Spec
|
||||
TestUtils
|
||||
BrowseSpec
|
||||
CustomPackageDbSpec
|
||||
CheckSpec
|
||||
FlagSpec
|
||||
InfoSpec
|
||||
LangSpec
|
||||
LintSpec
|
||||
ListSpec
|
||||
MonadSpec
|
||||
PathsAndFilesSpec
|
||||
HomeModuleGraphSpec
|
||||
FileMappingSpec
|
||||
ShellParseSpec
|
||||
|
||||
Build-Depends: hspec < 2.4 && >= 2.0.0
|
||||
X-Build-Depends-Like: CLibName
|
||||
|
||||
Source-Repository head
|
||||
Type: git
|
||||
Location: https://github.com/kazu-yamamoto/ghc-mod.git
|
Loading…
Reference in New Issue
Block a user