Import path parsing
This commit is contained in:
parent
99dcfbd976
commit
a19bcf0ad5
3 changed files with 27 additions and 12 deletions
|
@ -48,7 +48,9 @@ library
|
|||
base >=4.7 && <5
|
||||
, containers
|
||||
, directory
|
||||
, exceptions
|
||||
, filepath
|
||||
, os-string
|
||||
, parsec
|
||||
, path
|
||||
default-language: Haskell2010
|
||||
|
@ -66,7 +68,9 @@ executable ubcc-exe
|
|||
base >=4.7 && <5
|
||||
, containers
|
||||
, directory
|
||||
, exceptions
|
||||
, filepath
|
||||
, os-string
|
||||
, parsec
|
||||
, path
|
||||
, ubcc
|
||||
|
@ -86,7 +90,9 @@ test-suite ubcc-test
|
|||
base >=4.7 && <5
|
||||
, containers
|
||||
, directory
|
||||
, exceptions
|
||||
, filepath
|
||||
, os-string
|
||||
, parsec
|
||||
, path
|
||||
, ubcc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue