# This file contains default non-project-specific settings for 'stack', used # in all projects. For more information about stack's configuration, see # http://docs.haskellstack.org/en/stable/yaml_configuration/ system-ghc: true arch: x86_64 extra-include-dirs: - /opt/local/include - /usr/local/include extra-lib-dirs: - /opt/local/lib/liconv - /opt/local/lib - /usr/local/lib ghc-options: # All packages "$locals": -Wall "$targets": -Werror "$everything": -O2 /usr/lib/libiconv.dylib # The following parameters are used by "stack new" to automatically fill fields # in the cabal config. We recommend uncommenting them and filling them out if # you intend to use 'stack new'. # See https://docs.haskellstack.org/en/stable/yaml_configuration/#templates templates: params: author-name: Mouse author-email: uri@mit.edu copyright: (C) 2018 MIT # github-username: