Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion opencv/opencv.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ library
termcriteria.hpp
video_motion_analysis.hpp

cxx-options: -std=c++11
cxx-options: -std=c++11 -fpermissive

if os(darwin)
extra-libraries: c++
Expand Down
1 change: 1 addition & 0 deletions opencv/src/OpenCV/Features2d.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{-# language TemplateHaskell #-}
{-# language QuasiQuotes #-}
{-# language RecordWildCards #-}
{-# language CPP #-}

module OpenCV.Features2d
( -- * ORB
Expand Down