Skip to content

Instantly share code, notes, and snippets.

@wz1000
Created July 1, 2019 19:28
Show Gist options
  • Select an option

  • Save wz1000/6ffd2ca5cc367eef0fe211e6271114bf to your computer and use it in GitHub Desktop.

Select an option

Save wz1000/6ffd2ca5cc367eef0fe211e6271114bf to your computer and use it in GitHub Desktop.
❯ cabal new-configure -w ~/ghc-8.8-alpha/bin/ghc --allow-newer --ghc-options="-fwrite-ide-info" --ghc-options="-hiedir /home/zubin/hiedb/hiefiles"
'cabal.project.local' file already exists. Now overwriting it.
Resolving dependencies...
Build profile: -w ghc-8.8.0.20190613 -O1
In order, the following would be built (use -v for more details):
- Only-0.1 (lib) (requires build)
- base16-bytestring-0.1.1.6 (requires build)
- blaze-builder-0.4.1.0 (lib) (requires build)
- call-stack-0.1.0 (lib) (requires build)
- colour-2.3.5 (lib) (requires build)
- ghc-paths-0.1.0.9 (first run)
- hashable-1.3.0.0 (lib) (requires build)
- hsc2hs-0.68.4 (exe:hsc2hs) (requires build)
- integer-logarithms-1.0.3 (lib) (requires build)
- old-locale-1.0.0.7 (lib) (requires build)
- primitive-0.7.0.0 (lib) (requires build)
- semigroups-0.19 (lib) (requires build)
- transformers-compat-0.6.5 (lib) (requires build)
- HUnit-1.6.0.0 (lib) (requires build)
- ansi-terminal-0.9.1 (lib) (requires build)
- terminal-size-0.3.2.1 (lib) (requires build)
- vector-0.12.0.3 (lib) (requires build)
- scientific-0.3.6.2 (lib) (requires build)
- direct-sqlite-2.3.24 (lib) (requires build)
- ansi-wl-pprint-0.6.9 (lib) (requires build)
- blaze-textual-0.2.1.0 (lib) (requires build)
- attoparsec-0.13.2.2 (lib) (requires build)
- optparse-applicative-0.14.3.0 (lib) (requires build)
- sqlite-simple-0.4.16.0 (lib) (first run)
- sqlite-simple-0.4.16.0 (test:test) (first run)
- hiedb-0.1.0.0 (lib:hie-db) (first run)
- hiedb-0.1.0.0 (exe:hiedb) (first run)
~/hiedb master*
❯ cabal new-buildResolving dependencies...
Build profile: -w ghc-8.8.0.20190613 -O1
In order, the following will be built (use -v for more details):
- ghc-paths-0.1.0.9 (lib:ghc-paths) (first run)
- sqlite-simple-0.4.16.0 (lib) (first run)
- hiedb-0.1.0.0 (lib:hie-db) (first run)
- hiedb-0.1.0.0 (exe:hiedb) (first run)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment