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,
process >= 1.1,
hlint,
cmdargs >= 0.10,
tar,
ipython-kernel,
ghc-parser,
unix >= 2.6,
hspec,
aeson >=0.6, aeson >=0.6,
MissingH >=1.2, base64-bytestring >=1.0,
classy-prelude >=0.7,
bytestring >=0.10, bytestring >=0.10,
cereal ==0.3.*,
classy-prelude >=0.7,
cmdargs >=0.10,
containers >=0.5, containers >=0.5,
directory -any,
filepath -any,
ghc ==7.6.*, ghc ==7.6.*,
ghc-parser -any,
ghc-paths ==0.1.*, ghc-paths ==0.1.*,
haskeline -any,
here -any,
hlint -any,
hspec -any,
HTTP -any,
HUnit -any,
ipython-kernel -any,
MissingH >=1.2,
mtl >=2.1,
parsec -any,
process >=1.1,
random >=1.0, random >=1.0,
shelly >=1.3,
split >= 0.2, split >= 0.2,
utf8-string,
strict >=0.3, strict >=0.3,
shelly >=1.3, system-argv0 -any,
system-argv0, system-filepath -any,
directory, tar -any,
here, transformers -any,
system-filepath, unix >= 2.6,
filepath, utf8-string -any
mtl >= 2.1,
transformers,
haskeline,
HUnit,
parsec
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,
process >= 1.1,
hlint,
cmdargs >= 0.10,
tar,
ghc-parser,
ipython-kernel,
unix >= 2.6,
hspec,
aeson >=0.6, aeson >=0.6,
MissingH >=1.2, base64-bytestring >=1.0,
classy-prelude >=0.7,
bytestring >=0.10, bytestring >=0.10,
cereal ==0.3.*,
classy-prelude >=0.7,
cmdargs >=0.10,
containers >=0.5, containers >=0.5,
directory -any,
filepath -any,
ghc ==7.6.*, ghc ==7.6.*,
ghc-parser -any,
ghc-paths ==0.1.*, ghc-paths ==0.1.*,
haskeline -any,
here -any,
hlint -any,
hspec -any,
HTTP -any,
HUnit -any,
ipython-kernel -any,
MissingH >=1.2,
mtl >=2.1,
parsec -any,
process >=1.1,
random >=1.0, random >=1.0,
shelly >=1.3,
split >= 0.2, split >= 0.2,
utf8-string,
strict >=0.3, strict >=0.3,
shelly >=1.3, system-argv0 -any,
system-argv0, system-filepath -any,
directory, tar -any,
here, transformers -any,
system-filepath, unix >= 2.6,
filepath, utf8-string -any
mtl >= 2.1,
transformers,
haskeline,
HUnit,
parsec
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,
process >= 1.1,
hlint,
cmdargs >= 0.10,
tar,
ghc-parser,
ipython-kernel,
unix >= 2.6,
hspec,
aeson >=0.6, aeson >=0.6,
MissingH >=1.2, base64-bytestring >=1.0,
classy-prelude >=0.7,
bytestring >=0.10, bytestring >=0.10,
cereal ==0.3.*,
classy-prelude >=0.7,
cmdargs >=0.10,
containers >=0.5, containers >=0.5,
directory -any,
filepath -any,
ghc ==7.6.*, ghc ==7.6.*,
ghc-parser -any,
ghc-paths ==0.1.*, ghc-paths ==0.1.*,
haskeline -any,
here -any,
hlint -any,
hspec -any,
HTTP -any,
HUnit -any,
ipython-kernel -any,
MissingH >=1.2,
mtl >=2.1,
parsec -any,
process >=1.1,
random >=1.0, random >=1.0,
shelly >=1.3,
split >= 0.2, split >= 0.2,
utf8-string,
strict >=0.3, strict >=0.3,
shelly >=1.3, system-argv0 -any,
system-argv0, system-filepath -any,
directory, tar -any,
here, transformers -any,
system-filepath, unix >= 2.6,
filepath, utf8-string -any
mtl >= 2.1,
transformers,
haskeline,
HUnit,
setenv,
parsec
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