Results 1 issues of Haruka Oikawa

For example, I encountered the following situation: ```yaml _exe-ghc-options: &exe-ghc-options - -O2 - -threaded - -rtsopts - -with-rtsopts=-N executables: mypackage: ghc-options: *exe-ghc-options ghc-prof-options: *exe-ghc-options - -with-rtsopts="-N -p" ``` Since the...