Merge branch 'series/M2' of https://github.com/unisonweb/unison into series/M2

This commit is contained in:
Stew O'Connor 2021-06-03 09:35:46 -07:00
commit 13d2a85dbb
4 changed files with 5 additions and 5 deletions

View File

@ -21,7 +21,7 @@ ghc-options: -Wall -O0 -fno-warn-name-shadowing -fno-warn-missing-pattern-synony
flags:
optimized:
manual: true
default: false
default: true
when:
- condition: flag(optimized)

View File

@ -19,7 +19,7 @@ source-repository head
flag optimized
manual: True
default: False
default: True
library
exposed-modules:

View File

@ -46,4 +46,4 @@ flags:
when:
- condition: flag(optimized)
ghc-options: -funbox-strict-fields
ghc-options: -O2 -funbox-strict-fields

View File

@ -4,7 +4,7 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 25e073d1bb732e90d3e1d3999ec516185669150701345da4fcd35cb20389334d
-- hash: 6eae706c8674f4a7f22bb4bff150798cdaba8aa9186b3d94a6a8467a9cc23d06
name: unison-core1
version: 0.0.0
@ -98,5 +98,5 @@ library
, util
, vector
if flag(optimized)
ghc-options: -funbox-strict-fields
ghc-options: -O2 -funbox-strict-fields
default-language: Haskell2010