preamble 0.0.2 → 0.0.3
raw patch · 2 files changed
+3/−1 lines, 2 filesdep +safe
Dependencies added: safe
Files
- preamble.cabal +2/−1
- src/Preamble/Prelude.hs +1/−0
preamble.cabal view
@@ -1,5 +1,5 @@ name: preamble-version: 0.0.2+version: 0.0.3 synopsis: Yet another prelude. homepage: https://github.com/swift-nav/preamble license: MIT@@ -36,6 +36,7 @@ , monad-logger , mtl , resourcet+ , safe , template-haskell , text , text-manipulate
src/Preamble/Prelude.hs view
@@ -19,6 +19,7 @@ import BasicPrelude as Exports import Control.Lens as Exports hiding (uncons, (.=), (<.>)) import Data.Text+import Safe as Exports (headMay, initMay, tailMay) -- | maybe with hanging function. --