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