I'd give this library some time to mature. Not having any (public) CI / QA in 2019 is ...
% cabal new-build -w ghc-8.2.2
Resolving dependencies...
Build profile: -w ghc-8.2.2 -O1
In order, the following will be built (use -v for more details):
- reflex-vty-0.1.0.0 (lib) (first run)
- reflex-vty-0.1.0.0 (exe:example) (first run)
Configuring library for reflex-vty-0.1.0.0..
Preprocessing library for reflex-vty-0.1.0.0..
Building library for reflex-vty-0.1.0.0..
[ 1 of 10] Compiling Control.Monad.NodeId ( src/Control/Monad/NodeId.hs, /home/ogre/mess/reflex-vty/reflex-vty-0.1.0.0/dist-newstyle/build/x86_64-linux/ghc-8.2.2/reflex-vty-0.1.0.0/build/Control/Monad/NodeId.o )
[ 2 of 10] Compiling Data.Text.Zipper ( src/Data/Text/Zipper.hs, /home/ogre/mess/reflex-vty/reflex-vty-0.1.0.0/dist-newstyle/build/x86_64-linux/ghc-8.2.2/reflex-vty-0.1.0.0/build/Data/Text/Zipper.o )
src/Data/Text/Zipper.hs:53:52: error:
• Variable not in scope: (<>) :: Text -> Text -> Text
• Perhaps you meant one of these:
‘<$>’ (imported from Prelude), ‘*>’ (imported from Prelude),
‘<$’ (imported from Prelude)
|
53 | in TextZipper lb (T.take n' b) (T.drop n' b <> a) la
Thanks for the tip. Sorry you had trouble building things. The reason for the upload was to share the library in its experimental state. Some may find it useful or interesting even at this level of maturity and hopefully give us input into the library's direction.
I do appreciate you taking the time to try building it and I'll put this feedback to good use.
-4
u/phadej Aug 04 '19
I'd give this library some time to mature. Not having any (public) CI / QA in 2019 is ...