Skip to content

Instantly share code, notes, and snippets.

/mongoEg.cabal Secret

Created November 20, 2014 18:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/e5a548cf7d9ec59bea31 to your computer and use it in GitHub Desktop.
Save anonymous/e5a548cf7d9ec59bea31 to your computer and use it in GitHub Desktop.
'cabal install --only-dependencies' fails
-- Initial monogEg.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: monogEg
version: 0.1.0.0
synopsis: mongoeg
-- description:
license: GPL-3
license-file: LICENSE
author: fizz
maintainer: fizz
-- copyright:
-- category:
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
executable monogEg
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends: base >=4.7 && <4.8, mongodb
-- hs-source-dirs:
default-language: Haskell2010
$ cabal install --only-dependencies
Resolving dependencies...
cabal: Could not resolve dependencies:
trying: monogEg-0.1.0.0 (user goal)
next goal: mongodb (dependency of monogEg-0.1.0.0)
Dependency tree exhaustively searched.
Note: when using a sandbox, all packages are required to have consistent
dependencies. Try reinstalling/unregistering the offending packages or
recreating the sandbox.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment