Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List global package deps in stack dot graph #4500

Merged
merged 108 commits into from
Mar 15, 2019

Commits on Feb 5, 2019

  1. Configuration menu
    Copy the full SHA
    b0ecdff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2f00a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    353dd32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7bad04 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ed5c0a9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    960538f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    59acc7d View commit details
    Browse the repository at this point in the history
  8. Fixes from hlint suggestions

    qrilka committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    e1002a2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5cf535b View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2019

  1. Configuration menu
    Copy the full SHA
    6a6b3c8 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2019

  1. Configuration menu
    Copy the full SHA
    b13486b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36f99d9 View commit details
    Browse the repository at this point in the history
  3. Test fixes

    qrilka committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    abf530f View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2019

  1. Implemented stack purge

    vanceism7 authored and dbaynard committed Feb 10, 2019
    Configuration menu
    Copy the full SHA
    cb1f824 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4d7352 View commit details
    Browse the repository at this point in the history
  3. Updated docs for stack clean

    vanceism7 authored and dbaynard committed Feb 10, 2019
    Configuration menu
    Copy the full SHA
    bac2fcf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    caa2b9b View commit details
    Browse the repository at this point in the history
  5. fix docs wording

    Co-Authored-By: vanceism7 <vanceism7@gmail.com>
    dbaynard and vanceism7 committed Feb 10, 2019
    Configuration menu
    Copy the full SHA
    23d534d View commit details
    Browse the repository at this point in the history
  6. fixed wording

    Co-Authored-By: vanceism7 <vanceism7@gmail.com>
    2 people authored and dbaynard committed Feb 10, 2019
    Configuration menu
    Copy the full SHA
    854593b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dad8f92 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ccba7f2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9ccfdab View commit details
    Browse the repository at this point in the history
  10. Added stack purge integration test

    vanceism7 authored and dbaynard committed Feb 10, 2019
    Configuration menu
    Copy the full SHA
    97f280b View commit details
    Browse the repository at this point in the history
  11. Check correct directory deletion behaviour for simple project

    -  The integration test ensures the correct directories are present,
    then deleted, for a project with only one package, not in a
    subdirectory.
    dbaynard committed Feb 10, 2019
    Configuration menu
    Copy the full SHA
    893a8b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2019

  1. Configuration menu
    Copy the full SHA
    1b1c2af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    097fa8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    811307b View commit details
    Browse the repository at this point in the history
  4. Fixed noDepsErr message

    vanceism7 authored and dbaynard committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    5e4253c View commit details
    Browse the repository at this point in the history
  5. Fix hlint issues

    dbaynard committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    dfeecdf View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2019

  1. Configuration menu
    Copy the full SHA
    286a5f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96d84e8 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2019

  1. Configuration menu
    Copy the full SHA
    90bdd2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7446085 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5dd9aa3 View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary $

    qrilka committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    39353ec View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2019

  1. Configuration menu
    Copy the full SHA
    6125471 View commit details
    Browse the repository at this point in the history
  2. Remove unused argument

    qrilka committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    91e37ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99afabc View commit details
    Browse the repository at this point in the history
  4. Merge pull request commercialhaskell#4583 from commercialhaskell/get-…

    …archive-once
    
    Retrieve (and cache) archive once when doing location completion
    qrilka committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    e1d805a View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2019

  1. Merge pull request commercialhaskell#4585 from commercialhaskell/deta…

    …iled-test-suite-type-fix
    
    Detailed test suite type fix
    qrilka committed Feb 17, 2019
    Configuration menu
    Copy the full SHA
    cc01261 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2019

  1. Merge pull request commercialhaskell#4586 from commercialhaskell/prop…

    …er-deps-task-filter
    
    Proper filter for tasks required by dependencies
    snoyberg committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    f158a20 View commit details
    Browse the repository at this point in the history
  2. Merge pull request commercialhaskell#4588 from commercialhaskell/no-r…

    …ebuilds
    
    Allow local installs of mutable snapshot packages
    snoyberg committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    2c17ce5 View commit details
    Browse the repository at this point in the history
  3. Proper relative paths for script resolvers

    Previously, any relative paths in a script's --resolver flag would be
    considered relative to the current working directory. It's more logical
    and consistent to have it relative to the directory the script lives in.
    This makes the change.
    
    Possible argument: it's a bit weird to put the resolver root into the
    GlobalOptsMonoid value. Overall it seems like the best option to me, but
    I'm open to other approaches.
    snoyberg committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    35b5a12 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d810320 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d6891c5 View commit details
    Browse the repository at this point in the history
  6. Rename duplicated System.Permissions module

    Both the pantry and stack packages had the same module name, which
    prevented `stack ghci` from working. This rename resolves the problem.
    snoyberg committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    1c24689 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0a964c7 View commit details
    Browse the repository at this point in the history
  8. Merge pull request commercialhaskell#4594 from commercialhaskell/allo…

    …w-ghci
    
    Rename duplicated System.Permissions module
    snoyberg committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    bc0bc3e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4c7cf82 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    19ca481 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. Configuration menu
    Copy the full SHA
    1c01bb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec60c4a View commit details
    Browse the repository at this point in the history
  3. Add support for repositories with submodules

    `git archive` doesn't include files from git submodules in the generated
    archive. This patch uses `git submodule foreach` to explicitly generate
    an archive for each submodule and to append it to the main one with
    `tar` command.
    
    We also export `withRepo` which can be useful independently of repo
    archive creation.
    hsyl20 committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    b24fa32 View commit details
    Browse the repository at this point in the history
  4. Merge pull request commercialhaskell#4596 from commercialhaskell/hadd…

    …ock-internal
    
    Fix building haddocks for packages with internal libraries
    snoyberg committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    55c13af View commit details
    Browse the repository at this point in the history
  5. Merge pull request commercialhaskell#4593 from commercialhaskell/scri…

    …pt-extra-deps
    
    Script extra deps
    snoyberg committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    a26fc96 View commit details
    Browse the repository at this point in the history
  6. Remove names from snapshots

    It doesn't seem to match our overall approach to other config files.
    Instead of giving a user-friendly name, I've modified the one place that
    was displaying the name to instead display the location of the snapshot.
    snoyberg committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    93f17e6 View commit details
    Browse the repository at this point in the history
  7. Faster compiled scripts

    Note the changelog entry, which explains a downside to this approach.
    snoyberg committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    f909540 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2019

  1. Remove superfluous 'otherwise'

    qrilka committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    897e3e2 View commit details
    Browse the repository at this point in the history
  2. Fix compilation of curator

    snoyberg committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    dcb4a36 View commit details
    Browse the repository at this point in the history
  3. Merge pull request commercialhaskell#4592 from commercialhaskell/fast…

    …er-compiled-script
    
    Faster compiled scripts
    snoyberg committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    ac71e9b View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2019

  1. Configuration menu
    Copy the full SHA
    5f3b449 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2019

  1. Configuration menu
    Copy the full SHA
    cd68816 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62d71bd View commit details
    Browse the repository at this point in the history
  3. stack ghci: Make shown options easily copy-pastable.

    Turns
    
    		1. Package `p' component exe:myexe with main-is file ...
    
    into
    
    		1. Package `p' component p:exe:myexe with main-is file ...
    
    so that you can easily copy-paste it into
    
        stack ghci p:exe:myexe
    nh2 committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    bf5288a View commit details
    Browse the repository at this point in the history
  4. Merge pull request commercialhaskell#4600 from nh2/ambiguous-load-eas…

    …y-component-copy-paste
    
    stack ghci: Make shown options easily copy-pastable.
    mihaimaruseac committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    217fa42 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

  1. Remove commented out parameter

    qrilka committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    2e075f4 View commit details
    Browse the repository at this point in the history
  2. Proper all-in-one for expected test failures

    Prevent all-in-one build only for not yet installed library when
    test failures are expected
    qrilka committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    c02a348 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e09f467 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    455996d View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2019

  1. Configuration menu
    Copy the full SHA
    b4d6ffd View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2019

  1. Configuration menu
    Copy the full SHA
    d1d9b5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc6acc9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f2ebc5 View commit details
    Browse the repository at this point in the history
  4. Add source map hash into build cache path to allow proper switch

    Also includes a test for this functionality
    qrilka committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    58c2cd7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b316b8 View commit details
    Browse the repository at this point in the history
  6. Hlint fixes

    qrilka committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    b6bb6b2 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2019

  1. Configuration menu
    Copy the full SHA
    fe99d88 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2019

  1. Merge pull request commercialhaskell#4601 from favonia/patch-1

    Add the missing "https" in doc/install_and_upgrade.md.
    mattaudesse committed Mar 3, 2019
    Configuration menu
    Copy the full SHA
    4780ffc View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. Merge pull request commercialhaskell#4597 from commercialhaskell/remo…

    …ve-snapshot-name
    
    Remove names from snapshots
    snoyberg committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    83a60b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6afccc9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5d6fd6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request commercialhaskell#4581 from hsyl20/hsyl20-git-subm…

    …odules
    
    Add support for Git repositories with submodules
    dbaynard committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    8c90b99 View commit details
    Browse the repository at this point in the history
  5. Another update from @qrilka

    snoyberg committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    04257a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. Merge pull request commercialhaskell#4582 from commercialhaskell/cura…

    …tor-stackage-build-with-stack
    
    Curator stackage build with stack
    snoyberg committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    9449265 View commit details
    Browse the repository at this point in the history
  2. Merge pull request commercialhaskell#4602 from commercialhaskell/lock…

    …-file-docs
    
    Add documentation for lock files
    snoyberg committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    f2ac3e6 View commit details
    Browse the repository at this point in the history
  3. Integration test: compiler override does not work

    Confirmed that this test passes with Stack 1.9.3 and fails with master.
    snoyberg committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    59086c1 View commit details
    Browse the repository at this point in the history
  4. Avoid a warning for names in snapshots

    Since we no longer require this field, the previous code would spit out
    a warning if it was present. This is extremely noisy for a field that
    used to be required. Instead: just ignore the field if present.
    snoyberg committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    64159d1 View commit details
    Browse the repository at this point in the history
  5. stack clean does not need ghc-pkg (fixes commercialhaskell#4480)

    When running `stack clean`, the entire .stack-work/dist directory will
    now be deleted, not just the subdirectory for the current GHC/Cabal
    combination.
    snoyberg committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    0a9aea1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d65e88b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    80886ee View commit details
    Browse the repository at this point in the history
  8. Fix up docs

    With the changes in previous commits, purge will in fact now work with
    Docker.
    snoyberg committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    1cabb98 View commit details
    Browse the repository at this point in the history
  9. Merge pull request commercialhaskell#4606 from commercialhaskell/no-n…

    …ame-warning
    
    Avoid a warning for names in snapshots
    snoyberg committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    a10760e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ba50a70 View commit details
    Browse the repository at this point in the history
  11. Merge pull request commercialhaskell#4608 from commercialhaskell/comp…

    …iler-override-does-not-work
    
    Fix for not working compiler override in stack.yaml
    snoyberg committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    8f785a2 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. Merge pull request commercialhaskell#4607 from commercialhaskell/4480…

    …-fix-stack-clean
    
    stack clean does not need ghc-pkg (fixes commercialhaskell#4480)
    snoyberg committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    33cf3fa View commit details
    Browse the repository at this point in the history
  2. Add a ChangeLog entry

    snoyberg committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    8948132 View commit details
    Browse the repository at this point in the history
  3. Fix test failure for script-extra-dep

    This PR fixes this failure:
    
    ``` shellsession
    Running test script-extra-dep
    Running: /home/sibi/.local/bin/stack script.hs
    
    Error: While constructing the build plan, the following exceptions were encountered:
    
    In the dependencies for acme-missiles-0.3:
        stm needed, but the stack configuration has no specified version  (latest matching version is 2.5.0.0)
    needed since acme-missiles is a build target.
    
    Some different approaches to resolving this:
    
      * Consider trying 'stack solver', which uses the cabal-install solver to attempt to find some working build configuration. This can be convenient when dealing with many
        complicated constraint errors, but results may be unpredictable.
    
      * Recommended action: try adding the following to your extra-deps in /home/sibi/.stack/script/048d6ed9f71bbafeb2cf702cda487d65dbd1010070852364425533166dcd99bc/config.yaml:
    
    stm-2.5.0.0@sha256:1fb8bd117550d560d1b33a6404e27fdb090e70921e0f6434722cdbbce20d8256,2086
    
    Plan construction failed.
    Main.hs: Exited with exit code: ExitFailure 1
    CallStack (from HasCallStack):
      error, called at ../../../lib/StackTest.hs:52:34 in main:StackTest
      stack, called at ../Main.hs:4:8 in main:Main
    ```
    
    `stm` package is one of the dependency of acme-missiles, so that also
    needs to be added as part of `extra-dep` for the test to run properly
    psibi committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    c7e49d5 View commit details
    Browse the repository at this point in the history
  4. Fix test failure for relative-script-snapshots

    `stm` package is one of the dependency of `acme-missiles`, so that
    also needs to be added as part of `packages` section of the
    `snapshot.yaml` file.
    psibi committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    2c08a24 View commit details
    Browse the repository at this point in the history
  5. Merge pull request commercialhaskell#4610 from psibi/integration-fail…

    …ure-extra-deps
    
    Fix test failure for script-extra-dep
    snoyberg committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    0b701de View commit details
    Browse the repository at this point in the history
  6. Merge pull request commercialhaskell#4611 from psibi/fix-relative-scr…

    …ipt-snapshots
    
    Fix test failure for relative-script-snapshots
    snoyberg committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    1badd6e View commit details
    Browse the repository at this point in the history
  7. Fix integration test for mutable-deps

    Without this, this results in an build error like this:
    
    ``` shellsession
    $ ./run-single-test.sh mutable-deps
    Running test mutable-deps
    Running: /home/sibi/.local/bin/stack build
    directory-1.3.0.2: unregistering (missing dependencies: filepath)
    filemanip-0.3.6.3: unregistering (missing dependencies: directory, filepath)
    filepath-1.4.1.2: unregistering (local file changes: System/FilePath/Internal.hs)
    files-1.0.0: unregistering (missing dependencies: filemanip)
    filepath-1.4.1.2: configure (lib)
    filepath-1.4.1.2: build (lib)
    
    --  While building package filepath-1.4.1.2 using:
          /home/sibi/.stack/setup-exe-cache/x86_64-linux/Cabal-simple_mPHDZzAJ_2.0.1.0_ghc-8.2.2 --builddir=.stack-work/dist/x86_64-linux/Cabal-2.0.1.0 build lib:filepath --ghc-options " -ddump-hi -ddump-to-file"
        Process exited with code: ExitFailure 1
        Logs have been written to: /home/sibi/github/stack/test/integration/tests/mutable-deps/files/.stack-work/logs/filepath-1.4.1.2.log
    
        Configuring filepath-1.4.1.2...
        Preprocessing library for filepath-1.4.1.2..
        Building library for filepath-1.4.1.2..
    
        /home/sibi/github/stack/test/integration/tests/mutable-deps/files/filepath-1.4.1.2/System/FilePath/Posix.hs:1:1: error:
            File name does not match module name:
            Saw: ‘Main’
            Expected: ‘System.FilePath.Posix’
          |
        1 | {-# LANGUAGE CPP #-}
          | ^
    Main.hs: Exited with exit code: ExitFailure 1
    CallStack (from HasCallStack):
      error, called at ../../../lib/StackTest.hs:132:14 in main:StackTest
    ```
    psibi committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    50b9f85 View commit details
    Browse the repository at this point in the history
  8. Fix the style issue

    psibi committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    2c5e236 View commit details
    Browse the repository at this point in the history
  9. Merge pull request commercialhaskell#4612 from psibi/test-mutable-deps

    Fix integration test for mutable-deps
    snoyberg committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    311b6f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2019

  1. Merge pull request commercialhaskell#4609 from commercialhaskell/vanc…

    …eism7-fix-3863
    
    Make stack clean be more thorough by default (supersedes commercialhaskell#4385)
    snoyberg committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    77aa9c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2019

  1. Configuration menu
    Copy the full SHA
    0912e45 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2019

  1. Merge pull request commercialhaskell#4618 from commercialhaskell/remo…

    …ve-with-docker
    
    SkipDocker data constructor never used
    snoyberg committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    f39a7ae View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fix-dot-4324' of https://github.com/vanceism7/stack int…

    …o vanceism7-fix-dot-4324
    snoyberg committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    fe6acf4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91b8bc4 View commit details
    Browse the repository at this point in the history