Skip to content

Commit

Permalink
more attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
noinia committed Nov 17, 2023
1 parent 895c87e commit ca2e70e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
- name: haddock
run: |
$CABAL v2-haddock --disable-documentation --haddock-all $ARG_COMPILER --with-haddock $HADDOCK $ARG_TESTS $ARG_BENCH all > haddock.raw.txt
$CABAL --with-compiler=$HC haddock-project
$CABAL haddock-project --with-compiler=$HC --with-haddock $HADDOCK
- name: haddock-badge
run: |
grep ") in " haddock.raw.txt | sort -hr > haddock.txt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ module HGeometry.Vector.NonEmpty.Util
import Control.Lens
import qualified Data.Foldable as F
import qualified Data.List.NonEmpty as NonEmpty
import Data.Foldable1
import qualified Data.Vector as Vector
import Data.Vector.NonEmpty.Internal (NonEmptyVector(..))
import qualified Data.Vector.NonEmpty as NV

--------------------------------------------------------------------------------


Expand Down

0 comments on commit ca2e70e

Please sign in to comment.