Refactor how automatic annotations are read

This commit is contained in:
Alexander Kobjolke 2022-03-08 23:07:42 +01:00
parent 4514d0f120
commit 9da29e683a
3 changed files with 12 additions and 6 deletions

View file

@ -30,7 +30,7 @@ import Annotator.Rule
import Annotator.Annotation
version :: Vsn.Version
version = Vsn.makeVersion [0,0,4,0]
version = Vsn.makeVersion [0,0,4,1]
type App a = ReaderT Options IO a