Add bifunctors to imalison-global stack project

This commit is contained in:
Ivan Malison 2018-04-22 23:15:23 -07:00
parent 0ee656c0b0
commit 7ada3f8b9f
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -6,6 +6,7 @@ library
hs-source-dirs: .
build-depends: base >= 4.7 && < 5
, split
, bifunctors
, containers
, regex-compat
default-language: Haskell2010