Skip to content

Instantly share code, notes, and snippets.

@ozgurakgun
Last active July 10, 2016 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 ozgurakgun/2b02ad398f1bbb58400dd5c20eb8edea to your computer and use it in GitHub Desktop.
Save ozgurakgun/2b02ad398f1bbb58400dd5c20eb8edea to your computer and use it in GitHub Desktop.
reproducing generic-deriving #41
Name: reproduce
Build-type: Simple
Cabal-version: >= 1.20
Library
default-language : Haskell2010
build-depends : base
, pretty > 1.1.1.1
, tasty-ant-xml
$ ghc --version
The Glorious Glasgow Haskell Compilation System, version 7.8.4
$ cabal sandbox init
$ cabal install --dry-run
Resolving dependencies...
In order, the following would be installed (use -v for more details):
ansi-terminal-0.6.2.3
ansi-wl-pprint-0.6.7.3
clock-0.7.2
ghc-boot-th-8.0.1
mtl-2.1.3.1 (latest: 2.2.1)
pretty-1.1.3.4
regex-base-0.93.2
stm-2.4.4.1
async-2.1.0
template-haskell-2.11.0.0 <-- triggers a reinstall of template-haskell
generic-deriving-1.10.5 <-- which does not work with generic deriving
tagged-0.8.4
text-1.2.2.1
parsec-3.1.11
regex-tdfa-1.2.2
transformers-compat-0.5.1.3 (latest: 0.5.1.4)
optparse-applicative-0.12.1.0
unbounded-delays-0.1.0.9
tasty-0.11.0.3
xml-1.3.14
tasty-ant-xml-1.0.2
reproduce
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment