Broken commit
This commit is contained in:
parent
41a90dc6bf
commit
99dcfbd976
5 changed files with 38 additions and 19 deletions
|
@ -47,7 +47,10 @@ library
|
|||
build-depends:
|
||||
base >=4.7 && <5
|
||||
, containers
|
||||
, directory
|
||||
, filepath
|
||||
, parsec
|
||||
, path
|
||||
default-language: Haskell2010
|
||||
|
||||
executable ubcc-exe
|
||||
|
@ -62,7 +65,10 @@ executable ubcc-exe
|
|||
build-depends:
|
||||
base >=4.7 && <5
|
||||
, containers
|
||||
, directory
|
||||
, filepath
|
||||
, parsec
|
||||
, path
|
||||
, ubcc
|
||||
default-language: Haskell2010
|
||||
|
||||
|
@ -79,6 +85,9 @@ test-suite ubcc-test
|
|||
build-depends:
|
||||
base >=4.7 && <5
|
||||
, containers
|
||||
, directory
|
||||
, filepath
|
||||
, parsec
|
||||
, path
|
||||
, ubcc
|
||||
default-language: Haskell2010
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue