nomeata / ghc-heap-view

Extract the heap representation of Haskell values and thunks
BSD 3-Clause "New" or "Revised" License
50 stars 19 forks source link

Accept ghc-8.4.3/Cabal-2.5/base-4.12 #21

Closed th0114nd closed 5 years ago

th0114nd commented 5 years ago
$ cabal -w/opt/ghc/bin/ghc-8.4.3 new-test
Resolving dependencies...
Build profile: -w ghc-8.4.3 -O1
In order, the following will be built (use -v for more details):
 - ghc-heap-view-0.5.11 (configuration changed)
Warning: ghc-heap-view.cabal:69:3: The field "default-language" is specified
more than once at positions 69:3, 99:3
Configuring ghc-heap-view-0.5.11...
Preprocessing library for ghc-heap-view-0.5.11..
Building library for ghc-heap-view-0.5.11..
Preprocessing test suite 'Test' for ghc-heap-view-0.5.11..
Building test suite 'Test' for ghc-heap-view-0.5.11..
Warning: /tmp/ghc-heap-view/ghc-heap-view.cabal:69:3: The field
"default-language" is specified more than once at positions 69:3, 99:3
Running 1 test suites...
Test suite Test: RUNNING...
Test suite Test: PASS
Test suite logged to:
/tmp/ghc-heap-view/dist-newstyle/build/x86_64-linux/ghc-8.4.3/ghc-heap-view-0.5.11/test/ghc-heap-view-0.5.11-Test.log
1 of 1 test suites (1 of 1 test cases) passed.
$ cabal --version
cabal-install version 2.5.0.0
compiled using version 2.5.0.0 of the Cabal library