Skip to content

Commit 0f9f7e6

Browse files
committed
add note
1 parent 2dc615a commit 0f9f7e6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ghcide/src/Text/Fuzzy.hs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1+
-- Copyright (c) 2015 Joomy Korkut
2+
-- Forked from https://github.com/joom/fuzzy/commit/eecbdd04e86c48c964544dbede2665f72fe1f923
3+
-- temporarily for https://github.com/joom/fuzzy/pull/3
4+
15
{-# LANGUAGE FlexibleContexts #-}
26

7+
38
-- | Fuzzy string search in Haskell.
49
-- Uses 'TextualMonoid' to be able to run on different types of strings.
510
module Text.Fuzzy where

0 commit comments

Comments
 (0)