Commit c7708acc authored by Andrew Gibiansky's avatar Andrew Gibiansky

update cabal file dependencies, just cleaned up

parent 63ef0a8d
...@@ -40,47 +40,49 @@ category: Development ...@@ -40,47 +40,49 @@ category: Development
build-type: Simple build-type: Simple
-- Constraint on the version of Cabal needed to build this package. -- Constraint on the version of Cabal needed to build this package.
cabal-version: >=1.8 cabal-version: >=1.16
data-files: data-files:
profile/profile.tar profile/profile.tar
library library
hs-source-dirs: src hs-source-dirs: src
build-depends: base ==4.6.*, default-language: Haskell2010
cereal == 0.3.*, build-depends:
HTTP, base ==4.6.*,
base64-bytestring >= 1.0, aeson >=0.6,
process >= 1.1, base64-bytestring >=1.0,
hlint, bytestring >=0.10,
cmdargs >= 0.10, cereal ==0.3.*,
tar, classy-prelude >=0.7,
ipython-kernel, cmdargs >=0.10,
ghc-parser, containers >=0.5,
unix >= 2.6, directory -any,
hspec, filepath -any,
aeson >=0.6, ghc ==7.6.*,
MissingH >=1.2, ghc-parser -any,
classy-prelude >=0.7, ghc-paths ==0.1.*,
bytestring >=0.10, haskeline -any,
containers >=0.5, here -any,
ghc ==7.6.*, hlint -any,
ghc-paths ==0.1.*, hspec -any,
random >=1.0, HTTP -any,
split >= 0.2, HUnit -any,
utf8-string, ipython-kernel -any,
strict >=0.3, MissingH >=1.2,
shelly >=1.3, mtl >=2.1,
system-argv0, parsec -any,
directory, process >=1.1,
here, random >=1.0,
system-filepath, shelly >=1.3,
filepath, split >= 0.2,
mtl >= 2.1, strict >=0.3,
transformers, system-argv0 -any,
haskeline, system-filepath -any,
HUnit, tar -any,
parsec transformers -any,
unix >= 2.6,
utf8-string -any
exposed-modules: IHaskell.Display exposed-modules: IHaskell.Display
IHaskell.Eval.Completion IHaskell.Eval.Completion
...@@ -121,81 +123,84 @@ executable IHaskell ...@@ -121,81 +123,84 @@ executable IHaskell
extensions: DoAndIfThenElse extensions: DoAndIfThenElse
-- Other library packages from which modules are imported. -- Other library packages from which modules are imported.
build-depends: base ==4.6.*, default-language: Haskell2010
cereal == 0.3.*, build-depends:
HTTP, base ==4.6.*,
base64-bytestring >= 1.0, aeson >=0.6,
process >= 1.1, base64-bytestring >=1.0,
hlint, bytestring >=0.10,
cmdargs >= 0.10, cereal ==0.3.*,
tar, classy-prelude >=0.7,
ghc-parser, cmdargs >=0.10,
ipython-kernel, containers >=0.5,
unix >= 2.6, directory -any,
hspec, filepath -any,
aeson >=0.6, ghc ==7.6.*,
MissingH >=1.2, ghc-parser -any,
classy-prelude >=0.7, ghc-paths ==0.1.*,
bytestring >=0.10, haskeline -any,
containers >=0.5, here -any,
ghc ==7.6.*, hlint -any,
ghc-paths ==0.1.*, hspec -any,
random >=1.0, HTTP -any,
split >= 0.2, HUnit -any,
utf8-string, ipython-kernel -any,
strict >=0.3, MissingH >=1.2,
shelly >=1.3, mtl >=2.1,
system-argv0, parsec -any,
directory, process >=1.1,
here, random >=1.0,
system-filepath, shelly >=1.3,
filepath, split >= 0.2,
mtl >= 2.1, strict >=0.3,
transformers, system-argv0 -any,
haskeline, system-filepath -any,
HUnit, tar -any,
parsec transformers -any,
unix >= 2.6,
utf8-string -any
Test-Suite hspec Test-Suite hspec
hs-source-dirs: src hs-source-dirs: src
Type: exitcode-stdio-1.0 Type: exitcode-stdio-1.0
Ghc-Options: -threaded Ghc-Options: -threaded
Main-Is: Hspec.hs Main-Is: Hspec.hs
build-depends: base ==4.6.*, default-language: Haskell2010
cereal == 0.3.*, build-depends:
HTTP, base ==4.6.*,
base64-bytestring >= 1.0, aeson >=0.6,
process >= 1.1, base64-bytestring >=1.0,
hlint, bytestring >=0.10,
cmdargs >= 0.10, cereal ==0.3.*,
tar, classy-prelude >=0.7,
ghc-parser, cmdargs >=0.10,
ipython-kernel, containers >=0.5,
unix >= 2.6, directory -any,
hspec, filepath -any,
aeson >=0.6, ghc ==7.6.*,
MissingH >=1.2, ghc-parser -any,
classy-prelude >=0.7, ghc-paths ==0.1.*,
bytestring >=0.10, haskeline -any,
containers >=0.5, here -any,
ghc ==7.6.*, hlint -any,
ghc-paths ==0.1.*, hspec -any,
random >=1.0, HTTP -any,
split >= 0.2, HUnit -any,
utf8-string, ipython-kernel -any,
strict >=0.3, MissingH >=1.2,
shelly >=1.3, mtl >=2.1,
system-argv0, parsec -any,
directory, process >=1.1,
here, random >=1.0,
system-filepath, shelly >=1.3,
filepath, split >= 0.2,
mtl >= 2.1, strict >=0.3,
transformers, system-argv0 -any,
haskeline, system-filepath -any,
HUnit, tar -any,
setenv, transformers -any,
parsec unix >= 2.6,
utf8-string -any
extensions: DoAndIfThenElse extensions: DoAndIfThenElse
OverloadedStrings OverloadedStrings
......
...@@ -14,7 +14,7 @@ maintainer: andrew.gibiansky@gmail.com ...@@ -14,7 +14,7 @@ maintainer: andrew.gibiansky@gmail.com
category: Language category: Language
build-type: Custom build-type: Custom
-- extra-source-files: -- extra-source-files:
cabal-version: >=1.10 cabal-version: >=1.16
extra-source-files: extra-source-files:
build-parser.sh build-parser.sh
...@@ -25,7 +25,8 @@ library ...@@ -25,7 +25,8 @@ library
Language.Haskell.GHC.HappyParser Language.Haskell.GHC.HappyParser
-- other-modules: -- other-modules:
-- other-extensions: -- other-extensions:
build-depends: base >=4.6 && <4.7, ghc == 7.6.3 build-depends: base >=4.6 && <4.7,
ghc ==7.6.*
-- hs-source-dirs: -- hs-source-dirs:
default-language: Haskell2010 default-language: Haskell2010
...@@ -27,11 +27,11 @@ library ...@@ -27,11 +27,11 @@ library
hs-source-dirs: src hs-source-dirs: src
default-language: Haskell2010 default-language: Haskell2010
build-depends: base >=4.6 && <4.7, build-depends: base >=4.6 && <4.7,
bytestring >= 0.10, aeson >=0.6,
aeson >= 0.6, bytestring >=0.10,
text >= 0.11, cereal ==0.3.*,
containers >= 0.5, containers >=0.5,
unix >= 2.6, text >=0.11,
uuid >= 1.3, unix >=2.6,
cereal == 0.3.*, uuid >=1.3,
zeromq4-haskell >= 0.1 zeromq4-haskell >=0.1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment