incremental
This commit is contained in:
@@ -25,6 +25,7 @@ source-repository head
|
||||
|
||||
library
|
||||
exposed-modules:
|
||||
Children
|
||||
PolyCube
|
||||
other-modules:
|
||||
Paths_pcc_haskell
|
||||
@@ -35,6 +36,7 @@ library
|
||||
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
|
||||
build-depends:
|
||||
base >=4.7 && <5
|
||||
, combinatorial
|
||||
, hashable
|
||||
default-language: Haskell2010
|
||||
|
||||
@@ -49,7 +51,6 @@ executable pcc-haskell-exe
|
||||
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
|
||||
build-depends:
|
||||
base >=4.7 && <5
|
||||
, combinatorial
|
||||
, pcc-haskell
|
||||
, unordered-containers
|
||||
default-language: Haskell2010
|
||||
|
||||
Reference in New Issue
Block a user