packages feed

casr-logbook 0.6.11 → 0.6.12

raw patch · 2 files changed

+3/−3 lines, 2 files

Files

casr-logbook.cabal view
@@ -1,5 +1,5 @@ name:               casr-logbook-version:            0.6.11+version:            0.6.12 license:            OtherLicense license-file:       LICENSE author:             Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ>
src/Data/Aviation/Casr/Logbook/Reports/FlightTimeReport.hs view
@@ -210,7 +210,7 @@           Nothing ->             case preview (command . _ApprovedSolo) fl of               Just (_, r) ->-                if isRAInstruction r then mempty else x+                if isRAInstruction r then x else mempty               Nothing ->                 mempty       instrGA x =@@ -220,7 +220,7 @@           Nothing ->             case preview (command . _ApprovedSolo) fl of               Just (_, r) ->-                if isGAInstruction r then mempty else x+                if isGAInstruction r then x else mempty               Nothing ->                 mempty       instrRAJunior x =