LIB: fix copyFile'
Previously, BS.writeFile would fail if the created file was not writable, obviously. Now we use the file-descriptor to write the content.
This commit is contained in:
@@ -44,7 +44,8 @@ library
|
||||
safe,
|
||||
stm,
|
||||
time >= 1.4.2,
|
||||
unix
|
||||
unix,
|
||||
unix-bytestring
|
||||
hs-source-dirs: src
|
||||
default-language: Haskell2010
|
||||
Default-Extensions: RecordWildCards
|
||||
@@ -89,7 +90,8 @@ executable hsfm-gtk
|
||||
stm,
|
||||
time >= 1.4.2,
|
||||
transformers,
|
||||
unix
|
||||
unix,
|
||||
unix-bytestring
|
||||
hs-source-dirs: src
|
||||
default-language: Haskell2010
|
||||
Default-Extensions: RecordWildCards
|
||||
|
||||
Reference in New Issue
Block a user